DAWN Theme | Fit image on section Image with text

Hello,

I’m using Dawn theme and on my main page - laptop version - the image on "image with text is not fitting.

Do you have any recommendations ?

Thanks a lot !

https://www.manime-watches.com/

Add this code to your bottom of base.css file

@media screen and (min-width: 750px) {
.image-with-text__media--small {
    height: 25rem !important;
}
.image-with-text__media--small img {
    object-fit: contain !important;
}
}

Superbe ! Thanks !