.cc-window.cc-banner.cc-type-info.cc-theme-block.cc-bottom {
    z-index: 99999999;
}

.cc-btn {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #000000 !important;
}

.cc-btn:hover {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.cc-link {
    text-decoration: underline !important;
}

.cc-link:hover {
    text-decoration: none !important;
}

.intro-video h2 {
    font-size: 90px !important;
    line-height: 100px !important;
}

@media (max-width:1280px) {
    .intro-video h2 {
        font-size: 70px !important;
        line-height: 80px !important;
    }
}

@media (max-width:992px) {
    .intro-video h2 {
        font-size: 60px !important;
        line-height: 55px !important;
        padding: 0 15px;
    }
}

.intro-video h2 span {
    font-size: 90px !important;
    line-height: 100px !important;
}

@media (max-width:1280px) {
    .intro-video h2 span {
        font-size: 70px !important;
        line-height: 80px !important;
    }
}

@media (max-width:992px) {
    .intro-video h2 span {
        font-size: 60px !important;
        line-height: 55px !important;
    }
}

.text-scroll {
    bottom: 10% !important;
}

@media (max-width:992px) {
    .text-scroll {
        bottom: 7% !important;
    }
}

.scroll-down {
    bottom: 5% !important;
}

@media (max-width:992px) {
    .scroll-down {
        bottom: 2% !important;
    }
}