isicmexico
Hi
Image loads the background in the block and making it 100% width will effect the height.
You can add this code in custom css in builder to make it 100% width in mobile
@media(max-width:768px){.jub-block .bg-overlay {background-size: 100%!important;background-repeat:no-repeat;}
.jub-block.hero-5 .hero {
padding-top: 180px!important;
padding-bottom: 160px!important;
}
}
Regards