.video-modal,
.auth-modal {
    position: relative;
    margin: 0 auto;
    width: 925px;
    max-width: 90%;
    height: 521px;
    border: none;
    outline: none;
}
.video-modal::backdrop,
.auth-modal::backdrop {
    background-color: rgba(2, 57, 115, 0.6);
}
.video-modal .btn-close,
.auth-modal .btn-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -50px;
    right: 0;
    border: none;
    background: url("/local/static/build/img/svg/close.svg") no-repeat center/cover;
}
.e-mail {
    position: absolute;
    top: 5px;
    left: -20px;
    height: 13px;
    width: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all ease-in-out 0.3s revert;
}
