.nb-single-banner-10 .nb-main-wrapper {
    position: relative;
}

.nb-single-banner-10 .nb-img-wrapper {
    position: relative;
}

.nb-single-banner-10 .nb-img-wrapper:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(0, 0, 0, 0.50) 91.9%);
}

.nb-single-banner-10 .nb-info-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-85%) translateY(-50%);
    z-index: 2;
}

.nb-single-banner-10 .nb-info-wrapper .nb-login-or-register-1 {
    margin-top: 25px;
}

.nb-single-banner-10 .nb-info-wrapper .nb-btn-wrapper {
    flex-direction: row;
    max-width: 100%;
}

.nb-single-banner-10 .nb-info-wrapper .nb-btn-wrapper > * {
    flex: 1;
}

.nb-single-banner-10 .nb-login-or-register-1 .nb-btn-wrapper .login-btn {
    background-color: var(--nb-color-white);
    border-color: var(--nb-color-black);
    color: var(--nb-color-black);
}

.nb-single-banner-10 .nb-menu-links-1 {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
}

@media screen and (max-width: 1399px) {
    .nb-single-banner-10 .nb-info-wrapper .nb-html-editor p:first-of-type span {
        font-size: 25px !important;
    }
}

@media screen and (max-width: 991px) {
    .nb-single-banner-10 .nb-info-wrapper {
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .nb-single-banner-10 .nb-img-wrapper .nb-img {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {

    .nb-single-banner-10 .nb-menu-links-1 .nb-link {
        --nb-menu-links-1-font-size: var(--nb-font-size-12);
    }

    .nb-single-banner-10 .nb-info-wrapper .nb-login-or-register-1 .nb-btn-wrapper > * {
        --nb-btn-min-width: 48%;
    }

    .nb-single-banner-10 .nb-yt-video .nb-volume-controls {
        bottom: 150px;
    }
}