/* Show the complete footer artwork, including its orange light trails. */
@media (min-width: 1241px) {
    .al-site-footer .al-footer-car {
        top: -20px;
        right: 42px;
        bottom: auto;
        width: auto !important;
        max-width: none !important;
        height: 170px !important;
        object-fit: contain;
        object-position: center;
        opacity: .82;
        -webkit-mask-image: none;
        mask-image: none;
    }
}
