hi,
I added below codes to section-image-banner.css in order to get a proper width of slides show on mobile device.
But the image now is looking distorted, is there any way to reduce the height ratio for mobile device?
Thanks
@media only screen and (max-width: 749px){
.media>img {
object-fit: unset !important;

