.servers__links span {
    color: rgb(var(--w-clr));
    font-size: .75rem;
    font-weight: 600;
    text-decoration: underline;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}

.modal__flex-link {padding: .3125rem 0.25rem !important;}

.modal__grid-descr a {
    color: #469ad5;
    text-decoration: underline;
}
.modal__grid-descr a:hover {
    color: #fee893 !important;
}

.mythic-cms-logo img {
    width: 150px;
}
.mythic-cms-logo img:hover {
    transition: opacity .2s ease;
    opacity: 0.5;
}
.footer__rights-logos {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.footer__rights {
    display: flex;
    justify-content: space-between;
    width: 40%;
}
.footer__rights .b2pay-logo {
    height: 32px;
}
.streams__add-group {
    width: 100%;
    height: 100%;
}

#video-bg,
#video-bg_footer {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
video {
    pointer-events: none;
}

@media only screen and (max-width: 768px) {
    .footer__rights {
        flex-direction: column;
    }
    .footer__rights-text {
        text-align: center;
        margin-bottom: 15px;
    }
    .footer__rights {
        width: 70%;
    }
    .footer__links {
        flex-direction: column;
        align-items: center;
    }
    .promo {
        min-height: 41rem;
    }
    .footer__rights .b2pay-logo {
        height: 31px;
    }
    .widget__footer {
        width: 100%;
        text-align: center !important;
    }
    .widget__heading {
        text-align: center !important;
    }
    .content-title {
        text-align: center !important;
    }
}
