/* FIX HOME - Ricar Cabines (não afeta blog) */
body.home { overflow-x: hidden; }

body.home img,
body.home iframe { max-width: 100%; height: auto; }

/* MAPA: limita altura (o seu está enorme) */
body.home iframe[src*="google.com/maps"]{
  width: 100% !important;
  max-width: 100% !important;
  height: 360px !important;
  display: block;
}

@media (max-width: 768px){
  body.home iframe[src*="google.com/maps"]{ height: 260px !important; }
}