/***********************************************************/ 
/*******************  RESPONSIVE STYLING *******************/
/********************** HERO BLOCK *************************/
/***********************************************************/ 

/* DESKTOP - Min 1,200px Max 1,600px */

@media (max-width: 767px) {
    .video-background:after {
        content: " ";
        z-index: 10;
        display: block;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.4);
      }
}

/* */

@media (min-width: 1200px) {
    .content-over-video h2{
        font-size: 180px;
        margin-top: -30px;
        margin-bottom: 0px;
        line-height: 1;
        opacity: 75%;
        font-family: 'Moderat Extended Bold', 'Roboto Bold';

    }

    .content-over-video h1{
        font-size: 54px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
        font-weight: 500;
        line-height: 1.2;
    }

    .content-over-video h3{
        font-size: 54px;
        margin-top: -10px;
        margin-bottom: 0px;
        line-height: 1;
        font-family: 'Moderat Light', 'Roboto Light';
        font-weight: 500;
    }
}

/* Min 992px Max 1,200px */

@media (min-width: 992px) and (max-width: 1199px) {
    .content-over-video h2{
        font-size: 160px;
        margin-top: -30px;
        margin-bottom: 0px;
        line-height: 1;
        opacity: 75%;
        font-family: 'Moderat Extended Bold', 'Roboto Bold';
    }

    .content-over-video h1{
        font-size: 48px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
        font-weight: 500;
        line-height: 1.2;
    }

    .content-over-video h3{
        font-size: 48px;
        margin-top: -10px;
        margin-bottom: 0px;
        line-height: 1;
        font-family: 'Moderat Light', 'Roboto Light';
        font-weight: 500;
    }
}


/* Min 768px Max 992px */

@media (min-width: 768px) and (max-width: 991px) {
    .content-over-video h2{
        font-size: 140px;
        margin-top: -20px;
        margin-bottom: 0px;
        line-height: 1;
        opacity: 75%;
        font-family: 'Moderat Extended Bold', 'Roboto Bold';
    }

    .content-over-video h1{
        font-size: 42px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
        font-weight: 500;
        line-height: 1.2;
    }

    .content-over-video h3{
        font-size: 42px;
        margin-top: -4px;
        margin-bottom: 0px;
        line-height: 1;
        font-family: 'Moderat Light', 'Roboto Light';
        font-weight: 500;
    }
}

/* Min 420px Max 768px*/

@media (min-width: 420px) and (max-width: 767px) {
    .content-over-video h2{
        font-size: 120px;
        margin-top: -10px;
        margin-bottom: 0px;
        line-height: 1;
        opacity: 75%;
        font-family: 'Moderat Extended Bold', 'Roboto Bold';
    }

    .content-over-video h1{
        font-size: 38px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
        font-weight: 500;
        line-height: 1.2;
    }

    .content-over-video h3{
        font-size: 38px;
        margin-top: -2px;
        margin-bottom: 0px;
        line-height: 1;
        font-family: 'Moderat Light', 'Roboto Light';
        font-weight: 500;
    }
}
/* Min 300px Max 420px*/

@media (min-width: 200px) and (max-width: 419px) {
    .content-over-video h2{
        font-size: 100px;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 1;
        opacity: 75%;
        font-family: 'Moderat Extended Bold', 'Roboto Bold';
    }

    .content-over-video h1{
        font-size: 34px;
        font-family: 'Moderat Light', 'Roboto Light';
        margin: 0px;
        font-weight: 500;
        line-height: 1.2;
    }

    .content-over-video h3{
        font-size: 34px;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 1;
        font-family: 'Moderat Light', 'Roboto Light';
        font-weight: 500;
    }
}

/* OTHER */

@media (max-width: 766px) {
    .custom-text-html-block{
        background-image: none!important;
    }  
}

@media (min-width: 1200px) {
    .content-container-left{
        width: 40%;
    }  
}

@media (min-width: 1200px) {
    .content-container-right{
        width: 60%;
    }  
}


@media (min-width: 766px) and (max-width: 1200px)  {
    .content-container-left{
        width: 40%;
    }  
}

@media (min-width: 766px) and (max-width: 1200px)  {
    .content-container-right{
        width: 60%;
    }  
}

@media (min-width: 420px) and (max-width: 766px)  {
    .content-container-left{
        width: 100%;
    }  
}

@media (min-width: 420px) and (max-width: 766px)  {
    .content-container-right{
        display: none;
    }  
}

@media (min-width: 200px) and (max-width: 420px)  {
    .content-container-left{
        width: 100%;
    }  
}

@media (min-width: 200px) and (max-width: 420px)  {
    .content-container-right{
        display: none;
    }  
}

@media (min-width: 1200px) {
    .content-over-video{
        padding-top: 220px;
    }  
}

@media (min-width: 766px) and (max-width: 1200px)  {
    .content-over-video{
        padding-top: 160px;
    }  
}

@media (min-width: 420px) and (max-width: 766px)  {
    .content-over-video{
        padding-top: 160px;
    }  
}

@media (min-width: 200px) and (max-width: 420px)  {
    .content-over-video{
        padding-top: 160px;
    }  
}

@media (max-width: 1600px) {
    .content-container{
        padding-left: 24px;
        padding-right: 24px;
    }   
}

@media (min-width: 1600px) and (max-width: 1650px) {
    .content-container{
        padding-left: 24px;
        padding-right: 24px;
    }   
}

/* Button changes only for this block */

.content-container .style1 a {
    margin-top: 20px;
    margin-bottom: 15%;
}

@media (min-width: 1600px) and (max-width: 1650px) {
    .content-container{
        padding-left: 24px;
        padding-right: 24px;
    }   
}