/* Keep the distant airport and foreground shuttle within the hero crop. */
.hp3-hero-photo {
    background: #9fd5f9;
}
.hp3-hero-photo::before {
    display: none;
}
.hp3-hero-photo-image {
    position: absolute;
    inset: 0 0 0 auto;
    width: auto;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: right top;
    filter: saturate(.60);
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to right, transparent 12%, #000 65%);
    mask-image: linear-gradient(to right, transparent 12%, #000 65%);
}
.hp3-hero-photo .hp3-hero-inner {
    display: block;
}
.hp3-hero-photo .hp3-hero-copy {
    position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .hp3-hero-photo-image {
        opacity: .65;
        -webkit-mask-image: linear-gradient(to right, transparent 30%, #000 85%);
        mask-image: linear-gradient(to right, transparent 30%, #000 85%);
    }
}
@media (max-width: 767.98px) {
    .hp3-hero-photo-image {
        display: none;
    }
}
