/* Oud-Beijerland.org V0.3.6.3.6.1 - routes mobile mascot bottom/zoom refinement */
@media (max-width: 680px) {
  .listing-hero-routes-v0363 {
    min-height: 330px !important;
    overflow: hidden;
  }

  .listing-hero-routes-v0363 .listing-hero-copy-v0363 {
    max-width: 66% !important;
    position: relative;
    z-index: 4;
  }

  /* Anchor the mascot to the bottom-right of the header and crop tighter. */
  .listing-hero-routes-v0363 .listing-hero-art-v0363 {
    position: absolute !important;
    top: auto !important;
    bottom: 0 !important;
    right: -26px !important;
    width: 58% !important;
    height: 100% !important;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
    z-index: 3;
    pointer-events: none;
  }

  .listing-hero-routes-v0363 .listing-hero-art-v0363 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 58% 16% !important;
    transform: scale(1.82) translateY(7%) !important;
    transform-origin: 62% 18% !important;
    filter: drop-shadow(-12px 12px 16px rgba(0,0,0,.22));
  }
}
