#lottie{
		background-color:#fff;
		display:block;
		overflow: hidden;
		transform: translate3d(0,0,0);
		text-align: center;
		opacity: 1;
	}
#lottie svg{
	max-width: 100% !important;
	max-height: 635px !important;
	width: auto !important;
	
	float: left !important;
}
#lottie image {
	max-height: 635px !important
}

@media only screen and (min-width: 768px) {
  #lottie svg{
    height: 635px !important;
  }
}
@media only screen and (max-width: 480px) {
	#lottie svg{
	height: 300px !important
	}
}