.vjs-poster {
    background-size: cover;
}
.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.main-nav__link--signal {
    border-radius: 0;
    position: absolute;
    z-index: 0;
    white-space: wrap;
    text-align: left;
    align-items: center;

    line-height: 1.3;
}

.main-nav__link--signal:hover,
.main-nav__link--signal:focus {
    color: white;
}

.main-nav__link--signal:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;

    background-size: cover;

    background-image: url(../images/svg/signal-bell.svg);
    background-repeat: no-repeat;

    /* position: absolute; */
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
    .container-lg-fluid {
        justify-content: unset !important;
    }
    .main-nav__container {
        margin-left: 0 !important;
        margin-right: 0;
    }

    .main-nav .container {
        flex-direction: unset;
    }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
    .main-nav__right {
        margin-top: 0;
        justify-content: unset;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1600px) {
    .container-lg-fluid {
        justify-content: unset !important;
    }
    .main-nav__container {
        margin-left: calc((100vw - 1320px) / 2) !important;
        margin-right: calc((100vw - 1320px));
    }

    .main-nav .container {
        flex-direction: unset;
    }
}

@media screen and (max-width: 1320.5px) {
    .main-nav__header .navbar-toggler {
        margin-right: unset;
    }

    .main-nav__link--signal {
        display: flex;
        gap: 8px;
        top: -10px;
        right: 0;
        height: 61px;
        width: 98px;

        background-image: url(../images/svg/signal-mobile-base.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right top;
        /* background-color: yellow; */

        span {
            display: none;
        }
    }
}

@media screen and (min-width: 1321px) {
    .main-nav__link--signal {
        display: flex;
        gap: 10px;
        top: -23px;
        right: calc((100vw - 1320px) / 2);
        height: calc(100% + 22px);
        width: 181px;
        padding: 0.8rem;

        text-transform: uppercase;
        font-weight: 800;
        font-size: 0.9rem;

        background-image: url(../images/svg/signal-desktop-base.svg);
        background-size: contain;
        background-position: right top;
    }

    .main-nav__link--signal:before {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
    }
}
