/* Flush the artwork to the viewport edge and fade its lower part into black. */
@media (min-width: 1241px) {
    .al-site-footer .al-footer-car {
        top: -35px;
        right: min(-48px, calc((1460px - 100vw) / 2 - 48px));
        bottom: auto;
        width: auto !important;
        max-width: none !important;
        height: 245px !important;
        object-fit: contain;
        object-position: center;
        opacity: .86;
        -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 64%, rgba(0, 0, 0, .72) 76%, transparent 100%);
        mask-image: linear-gradient(to bottom, #000 0%, #000 64%, rgba(0, 0, 0, .72) 76%, transparent 100%);
    }
}
