Use this code to Custom CSS box
@media screen and (max-width:767px) {
.ProductItem-gallery-slides-item {
position: static !important;
height: auto !important;
visibility: visible !important;
display: block !important;
animation: unset !important;
}
.ProductItem-gallery-slides:before {
padding: 0 !important;
}}
