
/* V133 - Mobile: imagens dos cards padronizadas */
@media(max-width: 760px){
  .home-section .card-img,
  .home-section .spot-card img.card-img,
  .home-section .home-carousel-item img.card-img,
  .home-news-grid .card-img,
  .home-three-grid .card-img,
  .home-attractions-carousel .card-img{
    width:100%!important;
    height:190px!important;
    min-height:190px!important;
    max-height:190px!important;
    object-fit:cover!important;
    object-position:center center!important;
    display:block!important;
  }

  .home-section .card,
  .home-section .spot-card,
  .home-section .home-carousel-item{
    overflow:hidden!important;
  }
}

@media(max-width: 420px){
  .home-section .card-img,
  .home-section .spot-card img.card-img,
  .home-section .home-carousel-item img.card-img,
  .home-news-grid .card-img,
  .home-three-grid .card-img,
  .home-attractions-carousel .card-img{
    height:175px!important;
    min-height:175px!important;
    max-height:175px!important;
  }
}
