


#animation_container{
	padding-left: 50px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  #animation_container{
  	padding-left: 0px;
  }
	.header{
	    background-image: url(''); 
	    text-align: -webkit-center;
	}
}