.hero-content{
	max-height: 732px !important;
}
.hero-content .hero-video{
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1);
}
@media (max-width: 768px) {
	.hero-content{
		max-height: 475px !important;
	}
	.hero-content .hero-video{
		height: 100%;
		object-fit: cover;
		object-position: unset;
		transform: scale(1);
	}
	.image-gallery-slider-container{
		overflow: hidden;
	}
}
