Hi there,
Thanks for updating.
You can add this under Custom > CSS in the Customizer.
@media only screen and (max-width: 767px) {
.home .tp-caption img {
display: block;
height: auto !important;
margin-left: -40px !important;
min-width: 300px;
}
}
Hope this helps.
Cheers!