@media screen and (max-width:767px) {
.product-gallery {
flex-direction: column-reverse !important;
}
.product-gallery-slides {
width: 100% !important;
}
.product-gallery-scroll {
display: flex !important;
width: 100% !important;
}
.product-gallery-thumbnails {
width: 100% !important;
flex-direction: row !important;
}}