/* Crop and blend the dedicated portrait footer artwork into the desktop footer. */
@media (min-width: 1241px) {
    .al-site-footer .al-footer-car {
        right: -48px;
        bottom: -28px;
        display: block;
        width: 340px !important;
        max-width: none !important;
        height: 205px !important;
        object-fit: cover;
        object-position: 52% 67%;
        opacity: .68;
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 28%, #000 100%);
        mask-image: linear-gradient(90deg, transparent 0%, #000 28%, #000 100%);
    }
}
