

@media screen and (min-width:768px) {
    .full-iframe .oneFrame {
        width: 100%;
        height: 40vw;
      }
    }
    
    
    
    @media screen and (max-width:858px){
    .nineTeenTwenty{padding-top:88px !Important;}
     #detailsection.nineTeenTwenty.m-image{padding-top:0px !Important;}
    }
    
    
    @media screen and (max-width: 539px) {
    .esrbblade [data-grid*=col-] {
        padding-top: 0 !important;
     }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 859px) {
    section.m-hero-item.glp-hero>div>div {
        top: calc(50px + 60vw) !important;
     }
    }
    
    @media only screen and (min-width: 320px) and (max-width: 767px) {
    .heroMobileFix .m-hero-item.mobile-370.glp-hero.f-y-center>div>div {
        top: calc(75%) !important;
     }
     .heroMobileFix section.m-hero-item.glp-hero.mobile-370 {
        height: calc(400px + 85vw) !important;
     }
    }
    
    @media only screen and (min-width: 0px) and (max-width: 767px) {
    .m-hero-item.mobile-220.glp-hero.f-y-center>div>div {
        top: calc(55%);
     }
    section.m-hero-item.glp-hero.mobile-220 {
        height: calc(350px + 56vw);
     }
    }
    
    .esrbblade .c-paragraph-4 {
        padding-bottom: 30px;
    }
    
    .tagLine .playTrailerCTA a:focus {
    background-color:#9bf00b !important;
    }