Collection: SHILAJIT
/* Force Image Banner to show on mobile */
@media only screen and (max-width: 749px) {
.banner {
display: block !important;
min-height: 300px !important;
}
.banner__media {
display: block !important;
}
.banner__content {
display: flex !important;
}
}