Try this, this will force the template to respect the proposed code:
@media screen and (min-width: 990px) {
.product--stacked .product__media-item {
max-width: 100%!important;
}
}
Try this, this will force the template to respect the proposed code:
@media screen and (min-width: 990px) {
.product--stacked .product__media-item {
max-width: 100%!important;
}
}