.av-backdrop {
    position                    : fixed;
    display                     : none;
    -webkit-box-align           : center;
    align-items                 : center;
    -webkit-box-pack            : center;
    justify-content             : center;
    inset                       : 0px;
    background-color            : rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color : transparent;
    color                       : rgb(255, 255, 255);
    z-index                     : 1201;
}

.av-backdrop.active {
    display    : flex;
    opacity    : 1;
    transition : opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}