.youtube--nav-link {
    background: url(/static/icons/youtube.svg) 100% 100% no-repeat;
    background-size: 30px;
    background-position: left center;
    padding-left: 40px;
}

@media (max-width: 1399px) {
    .youtube--nav-link {
        margin-left: 34px;
    }
}

.mobile-lk-button {
    display: none;
}

@media (max-width: 767px) {
    .mobile-lk-button {
        display: block;
        border: 2px solid #238ce9;
        border-radius: 2px;
        margin: 0px 15px;
        text-align: center;
        color: #238ce9;
    }
}

.christmas-logo {
    background: url(../static/images/christmas-logo.png) center center no-repeat;
    background-size: auto 100%;
    width: 195px;
}

@media (max-width: 767px) {
    .christmas-logo {
        float: none;
        margin: 13px 0 14px;
        width: auto;
        height: 47px;
    }
}

@media (max-width: 1399px) and (min-width: 970px) {
    .about--b3.fh {
        min-height: 800px;
    }
    .about--b3-title {
        margin-top: 25px;
    }
}