/* Stronger lower fade: the bottom of the car dissolves into the black footer. */
@media (min-width: 1241px) {
    .al-site-footer .al-footer-car {
        -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 46%, rgba(0, 0, 0, .58) 59%, rgba(0, 0, 0, .18) 72%, transparent 84%, transparent 100%);
        mask-image: linear-gradient(to bottom, #000 0%, #000 46%, rgba(0, 0, 0, .58) 59%, rgba(0, 0, 0, .18) 72%, transparent 84%, transparent 100%);
    }
}
