/* E-Lkw Depot Animation — CSS */

#depot-anim {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 480px;
    background: transparent;
}

#depot-anim canvas#scene {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    -webkit-mask-image: radial-gradient(ellipse 76% 78% at 80% 80%, #000 52%, rgba(0,0,0,0.65) 72%, transparent 100%);
    mask-image: radial-gradient(ellipse 76% 78% at 50% 56%, #000 52%, rgba(0,0,0,0.65) 72%, transparent 100%);
}
