header#main-header{
    max-width: 100%;
}
.img-fluid{
    max-width: 100%;
}
.top_slider .btn-container, #new-release .stripes .btn-container{
    background: #000;
    padding: 30px;
    margin-top: -3px;
}
.videoWrapper.desktop_slider {
    position: relative;
    padding-bottom: 47.15%; /* 16:9 */
    height: 0;
  }
.videoWrapper.mob_slider {
    position: relative;
    padding-bottom: 97.25%; /* 16:9 */
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
#new-release{
    background: #000;
    color: #fff;
}
.mob_slider{
    display: none;
}
#new-release h1, #new-release h2,  #new-release h4, #new-release h5{
    font-family: "Proxima Nova W05 Bold";
    text-transform: uppercase;
    letter-spacing: 0.1em;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
#new-release h1{
    font-size: 2em;
}
#new-release h2{
    font-size: 1.7em;
}
#new-release h4{
    font-size: 1.2em;
}
#new-release .stripes{
   background: url(/img/new_release/top_poster.jpg) center bottom;
   background-size: cover;
   padding-bottom: 0;
}
#new-release .column_left{
    margin-left: auto;
}
#new-release .column_right{
    margin-right: auto;
}
#new-release .stripes h1{
    padding-top: 60px;
}
#new-release .stripes h2{
    color: #fff;
    padding-top: 60px;
    padding-bottom: 10px;
}

 #new-release .info img{
     margin: 0 auto;
 }
 #new-release .info h4{
     margin-top: 30px;
     margin-bottom: 15px;
 }
 #new-release .info .column_left{
    margin: 0 auto;
}
#new-release .info .column_right{
    margin: 0 auto;
}
 #new-release .register_block{
    
    padding: 0;
    padding-top: 60vh;
    background: url(/img/new_release/family_bg.jpg) center top;
    background-size: cover;
 }
 #new-release .inner_gradient{
     padding-bottom: 50px;
     background: rgb(0,0,0);
     background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7441351540616247) 27%, rgba(0,0,0,0.5592612044817927) 50%, rgba(0,0,0,0) 100%);
 }
 #new-release .register_block h2{

 }
 #new-release .register_block fieldset{
     width: 100%;
 }
 #new-release .register_block input,
 #new-release .register_block select{
     width: 100%;
     line-height: 80px;
     font-size: 24px;
     padding: 0 15px;
     color: #fff;
     border: 1px solid rgba(255, 255, 255, 0.8);
     background: rgba(0, 0, 0, 0.7);
     margin-bottom: 5px;
     margin-top: 0;
 }

 #new-release  .phone_field{
     padding-right: 20px;
 }
 #new-release .checkbox-container .cbx{
    border: 1px solid rgba(255, 255, 255, 0.8);
 }
 
 #new-release .checkbox-container .lbl{
    color: #fff;
 }
 #new-release .register_block .btn{
    font-family: "Proxima Nova W05 Medium";
    width: 200px;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    padding: 21px 32px;
    line-height: 1;
 }
 #new-release .register_block  select{
    background: url(/img/new_release/arrow_down.png) no-repeat;
    background-size: 30px;
    background-position: right center;
    cursor: pointer;
}
#new-release .register_block .checkbox{
    display: inline-block;
    position: relative;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
    margin-right: 35px;
}
#new-release .register_block .checkbox input{
        position: absolute;
        opacity: 0;
        width: 10px;
        height: 10px;
        left: 30px;
    }
#new-release .register_block .checkbox label{
    font-size: 24px;
        padding-left: 35px;
        position: relative;
        cursor: pointer;
        text-transform: none;
}
#new-release .register_block .radio_name{
    font-size: 24px;
    padding-right: 30px;
}
#new-release .register_block .radio-wrapperG{
    text-align: left;
}
#new-release .register_block .checkbox label:before{
        position: absolute;
        top: 7px;
        display: block;
        left: -5px;
        width: 22px;
        content: "";
        height: 22px;
        margin-left: 5px;
        border-width: 1px;
        border-radius: 50%;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.8);
        border-image: initial;
        background: transparent;
    }
    #new-release .register_block .checkbox.error label:before{
        border-color: red;
    }
    #new-release .register_block .checkbox input[type="radio"]:checked + label::before, 
    #new-release .register_block .checkbox input[type="checkbox"]:checked + label::before {
        background: rgba(255, 255, 255, 0.8);
    }
    #new-release .register_block .checkbox .missing label:before{
    border-color: red;
}
#new-release .protocols{
    padding-top: 30px;

}
#new-release input[type=checkbox]:checked ~ .cbx:after{
    background: none;
    content: '\2713';
    top: -3px;
    left: 4px;
    color: rgba(255, 255, 255, 0.8);
}
#new-release .thank-you{
    padding: 50px 20px;
}
#new-release .protocols img{
    margin: 0 auto 15px;
}
#new-release .protocols h5{
    margin-bottom: 10px;
}

/*community pages */

@media (min-width: 766px){
    .owl-carousel .owl-dots {
        bottom: 4%;
    }
}

 @media (max-width: 767px){
    .mob_slider{
        display: block;
    }
    .desktop_slider{
        display: none;
    }
    #new-release .wrapper{
        padding: 0 20px;
     }
    #new-release .stripes .column_left{
        margin:0 auto;
    }
    #new-release .column_right{
        margin:0 auto;
    }
    #new-release  .phone_field{
        padding-right: 0;
        padding-bottom: 20px;
    }
    #new-release h1{
        font-size: 1.6em;
    }
    #new-release h2{
        font-size: 1.4em;
    }
    #new-release h4{
        font-size: 1.2em;
    }
    #new-release .register_block{
        background-position: center -120px;
    }
    #new-release .register_block input, #new-release .register_block select{
        font-size: 18px;
        line-height: 55px;
    }
    #new-release .register_block .radio_name{
        font-size: 18px;
        display: block;
        margin-bottom: 15px;
    }
    #new-release .register_block .checkbox label{
        font-size: 18px;
    }
    #new-release .register_block .btn{
        margin-top: 20px;
    }
    #new-release .register_block .checkbox label:before{
        top: 4px;
        left: 1px;
        width: 16px;
        height: 16px;
    }
 }

 @media only screen and (min-width: 1300px){
    .owl-stage-outer .owl-stage img{
        max-height: 80vh;
    }
 }
