/* fix hero image 4x large */
.section-hero .lockup {
	width: 100%;
}

.section-content .icons .icon-roku {
	width: 14%;
}

/*hero Overlap of Content in Landscape */
@media only screen and (orientation: landscape) {
    html.ios .section-hero .lockup {
        bottom: 20px;
        max-width: 100%;
    }
}

@media only screen and (orientation: landscape) {
    html.ios .section-hero .typography-hero-headline {
        max-width: 100%;
    }
}


 /* logo_servant */

.section-shows .feature .logo-servant {
    height: 190px;
}

@media only screen and (max-width: 1068px) {
    .section-shows .feature .logo-servant {
        height: 204px;
    }
}

@media only screen and (max-width: 734px) {
    .section-shows .feature .logo-servant {
        height: 89px;
    }
}

 /* logo_ghostwriter */

.section-shows .feature .logo-ghostwriter {
    height: 191px;
}

@media only screen and (max-width: 1068px) {
    .section-shows .feature .logo-ghostwriter {
        height: 193px;
    }
}

@media only screen and (max-width: 734px) {
    .section-shows .feature .logo-ghostwriter {
        height: 91px;
    }
}

/* missing font */
 .section-shows .featured-show-gallery .info-bottom .typography-shows-genre {
    font-family: "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 21px !important;
}

@media only screen and (max-width: 1068px) {
    .section-shows .featured-show-gallery .info-bottom .typography-shows-genre {
        font-size: 12px !important;
    } 
}

@media only screen and (max-width: 734px) {
    .section-shows .featured-show-gallery .info-bottom .typography-shows-genre {
        font-size: 14px !important;
    } 
}


/*icon alt*/
.section-apple-tv-app .icons .icon.icon-sony {
    margin-right:0
}

@media only screen and (max-width: 1068px) {
    .section-apple-tv-app .icons .icon.icon-sony {
        margin-right:0
    }
}

@media only screen and (max-width: 734px) {
    .section-apple-tv-app .icons .icon.icon-sony {
        margin-right:0
    }
}

/*icon alt*/
.section-apple-tv-app .external .icon-samsung {
    margin-left:196px
}

@media only screen and (max-width: 1068px) {
    .section-apple-tv-app .external .icon-samsung {
        margin-left:90px
    }
}

@media only screen and (max-width: 734px) {
    .section-apple-tv-app .external .icon-samsung {
        margin-left:0px
    }
}

.section-apple-tv-app .external .icon-sony {
    margin-right:200px
}

@media only screen and (max-width: 1068px) {
    .section-apple-tv-app .external .icon-sony {
        margin-right:90px
    }
}

@media only screen and (max-width: 734px) {
    .section-apple-tv-app .external .icon-sony {
        margin-right:0px
    }
}

.section-apple-tv-app .external .icon-firetv {
    margin-left:200px
}

@media only screen and (max-width: 1068px) {
    .section-apple-tv-app .external .icon-firetv {
        margin-left:65px
    }
}

@media only screen and (max-width: 734px) {
    .section-apple-tv-app .external .icon-firetv {
        margin-left:0px
    }
}

.section-apple-tv-app .external .icon-xbox {
    margin-right:200px
}

@media only screen and (max-width: 1068px) {
    .section-apple-tv-app .external .icon-xbox {
        margin-right:90px
    }
}

@media only screen and (max-width: 734px) {
    .section-apple-tv-app .external .icon-xbox {
        margin-right:0px
    }
}
.ssmall{
   display:none;
}
@media only screen and (max-width: 734px) {
    .ssmall{
   display:block;
}
}
@media only screen and (max-width: 320px) {
    .ssmall{
   display:none;
}
}


/* font weight */
.section-apple-tv-app .typography-app-headline {
    font-weight: 600;
}
.section-routers .student-plan-router .typography-router-headline {
    font-weight: 600;
}

.section-routers .airplay-router .typography-router-headline {
    font-weight: 600;
}

.section-offers .typography-offer-headline {
    font-weight: 600;
}