I think to work well both desktop and mobile you should change all the code i’ve sent to you like this
@media only screen and (min-width: 768px) {
.image-with-text__media img{
transform: scale(0.7) !important;
background: white !important;
}
}
@media only screen and (max-width: 767px) {
.image-with-text__media img{
object-fit: contain!important;
}
}
Mobile
Desktop
If it helps you, please like and mark it as the solution.
Best Regards ![]()

