Site URL: https://www.bettertogether-nn.com/
I've tried this code. It looks good on my desktop mobile view but on my actual phone it is cropped off.
@media screen and (max-width:640px) {
.homepage .section-background img {
width: 100% !important;
height: auto !important;
}
}