/* Oud-Beijerland.org V0.3.6.2.1 - mascot zoom & crop refinement */
.content-hero.listing-hero-v0362{
  min-height:340px;
}

.listing-hero-copy-v0362{
  max-width:min(720px,68%);
}

.listing-hero-art-v0362{
  top:-8%;
  right:-26px;
  bottom:auto;
  width:min(41%,500px);
  height:172%;
  align-items:flex-start;
  justify-content:flex-end;
}

.listing-hero-art-v0362 img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:right top;
  transform:scale(1.34) translate(4%,-4%);
  transform-origin:right top;
  filter:drop-shadow(-16px 14px 18px rgba(0,0,0,.20));
}

@media(max-width:900px){
  .content-hero.listing-hero-v0362{
    min-height:320px;
  }

  .listing-hero-copy-v0362{
    max-width:70%;
  }

  .listing-hero-art-v0362{
    top:-2%;
    right:-34px;
    width:42%;
    height:156%;
  }

  .listing-hero-art-v0362 img{
    transform:scale(1.18) translate(2%,-1%);
  }
}

@media(max-width:680px){
  .content-hero.listing-hero-v0362{
    min-height:298px;
  }

  .listing-hero-copy-v0362{
    max-width:74%;
  }

  .listing-hero-art-v0362{
    top:3%;
    right:-30px;
    width:45%;
    height:128%;
  }

  .listing-hero-art-v0362 img{
    transform:scale(1.06) translate(1%,0);
  }
}

@media(max-width:430px){
  .listing-hero-copy-v0362{
    max-width:78%;
  }

  .listing-hero-art-v0362{
    top:5%;
    right:-36px;
    width:48%;
    height:122%;
  }

  .listing-hero-art-v0362 img{
    transform:scale(1.01);
  }
}
