Go to your Online store > Themes > Customize > select Slideshow section and then add those code in Custom CSS of that section
@media (max-width: 767px){
.slideshow__media { height: fit-content !important; }
.slideshow__media img { object-fit: contain !important; }
.banner--mobile-bottom .slideshow__text.banner__box { display: none !important; }
}
