Hi Ivan
Please add the below css code in the Additional css box to the responsive slider in the mobile view. Please go to the Appearance => Customize => Additional CSS, paste the CSS here, and click the Publish button.
@media (max-width: 500px){
#theme-main-slider .item {
background-repeat: no-repeat;
height: auto !important;
}
#theme-main-slider .item {
padding-top: 80.56%;
display: block;
height: 0;
}
}
Let us know if it works.
Thanks