#main_content{
    background: #00000f;
}

.cp-header{
    background: url('/static/img/landing/morele/cp2077/header-background.png') center bottom no-repeat;
    background-size: cover;
    height: 50vw;
    position: relative;
}

.cp-header .header-column{
    position: static;
}

.cp-header .header-column .header-logo{
    position: absolute;
    left: 10vw;
    bottom: 60px;
}

h2{
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    color: #ffeb00;
    margin-top: 100px;
}

.regular-text{
    font-family: 'Rajdhani', sans-serif;
    font-weight: normal;
    font-size: 36px;
    line-height: 36px;
    color: #ffeb00;
    text-align: center;
    margin-bottom: 0;
}


.cp-header .header-column h2{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 60px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    font-size: 52px;
    line-height: 28px;
    color: #fff;
    text-shadow: 0 0 2px #000;
}

.cp-video-section{
    padding: 100px 0 60px;
}

.cp-section{
    padding: 60px 0;
}

.cp-section:last-of-type{
    padding: 60px 0 120px;
}

.cp-shop-section{
    background: url('/static/img/landing/morele/cp2077/cp2077-section-background.png') center top no-repeat;
    background-size: 100%;
    height: 70vw;
    position: relative;
}

.cp-shop-section .check-btn-container{
    position: static;
}

.cp-shop-section .check-btn-container .check-btn{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 60px;
    display: inline-block;
    background-color: #e30613;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 38px;
    line-height: 90px;
    width: 420px;
    text-decoration: none;
}

.cp-shop-section .check-btn-container .check-btn:focus,
.cp-shop-section .check-btn-container .check-btn:active,
.cp-shop-section .check-btn-container .check-btn:visited{
    background-color: #e30613;
}

.cp-shop-section .check-btn-container .check-btn:hover{
    background-color: #c10401;
}

.cp-footer-section{
    background: url('/static/img/landing/morele/cp2077/cp2077-footer.png') center top no-repeat;
    background-size: 100%;
    height: 20vw;
}

#footer{
    display: none;
}

@media (max-width: 1280px){
    .cp-header .header-column .header-logo{
        left: 5vw;
        bottom: 50px;
    }

    .cp-header .header-column .header-logo img{
        max-width: 80%;
    }

    .video-container iframe{
        width: 800px;
        height: 400px;
    }

    .cp-shop-section .check-btn-container .check-btn{
        font-size: 32px;
        line-height: 66px;
        width: 350px;
    }
}

@media (max-width: 1024px) {
    .video-container iframe {
        width: 600px;
        height: 300px;
    }

    .cp-video-section{
        padding: 60px 0 30px;
    }

    .cp-section{
        padding: 30px 0;
    }

    .cp-section:last-of-type{
        padding: 30px 0 60px;
    }

    h2{
        margin-top: 50px;
        font-size: 40px;
        line-height: 40px;
    }

    .regular-text{
        font-size: 28px;
        line-height: 34px;
    }

    .cp-header .header-column h2{
        font-size: 44px;
    }
}

@media (max-width: 767px){
    h2{
        margin-top: 30px;
        font-size: 28px;
        line-height: 28px;
    }

    .regular-text{
        font-size: 20px;
        line-height: 24px;
    }

    .cp-header .header-column h2{
        font-size: 32px;
    }

    .cp-header .header-column .header-logo img{
        max-width: 60%;
    }

    .video-container iframe {
        width: 400px;
        height: 200px;
    }

    .cp-shop-section{
        background: url('/static/img/landing/morele/cp2077/cp2077-section-background-mobile.png') center top no-repeat;
        background-size: 100%;
        height: 70vw;
        position: relative;
    }

    .cp-footer-section{
        background: url('/static/img/landing/morele/cp2077/cp2077-footer-mobile.png') center top no-repeat;
        background-size: 100%;
        height: 15vw;
    }

    .cp-section{
        padding: 20px 0;
    }

    .cp-section:last-of-type{
        padding: 20px 0 40px;
    }

    .cp-video-section{
        padding: 40px 0 20px;
    }

    .cp-shop-section .check-btn-container .check-btn{
        font-size: 25px;
        line-height: 46px;
        width: 250px;
        bottom: 90px;
    }
    #footer{
        display: block;
    }
}

@media(max-width: 567px){
    .cp-header{
        background: url('/static/img/landing/morele/cp2077/header-background-mobile.png') center bottom no-repeat;
        background-size: cover;
        height: 70vw;
        position: relative;
    }
    .cp-header .header-column h2{
        font-size: 28px;
    }
    .cp-header .header-column .header-logo img{
        max-width: 40%;
    }
    .cp-shop-section .check-btn-container .check-btn{
        font-size: 20px;
        line-height: 36px;
        width: 200px;
        bottom: 60px;
    }
}

@media(max-width: 462px) {
    .cp-header .header-column h2 {
        bottom: 20px;
    }

    .video-container iframe {
        width: 100%;
        height: 180px;
    }
    .video-container{
        margin: 0 auto;
    }
    .cp-shop-section .check-btn-container .check-btn{
        font-size: 16px;
        line-height: 30px;
        width: 160px;
        bottom: 50px;
    }
}