html {
overflow-x: hidden !important;
}


.product-details-first-col__images .productDetailEyeCatchers {
    align-items: center !important;
max-height: 100% !important;
}

@media only screen and (max-width: 576px) {
    .product-details-first-col__images .productDetailEyeCatchers {
	align-items: center !important;
    }
}