@tuanphan I am having the same issue with my banner not resizing for mobile, website is drfloydrx.com banner at the top (tea) is not resizing but most importantly, at the very bottom on the newsletter sign up banner is not resizing. ive tried this code, not working
@media screen and (max-width:640px) {
.homepage .section-background img {
width: 100% !important;
height: auto !important;
}
}