/* 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;
    }
}

/* eyebrow hidden */
/* .section-shows .featured-show-gallery .typography-shows-eyebrow {
    visibility: hidden;
} */

/* 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
    }
}

/* 2020-1117 */
.section-apple-tv-app .icons .icon.icon-samsung {
    margin-left: 108px;
}

.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
    }
}


.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;
}

/* 2022.10.05 */
/*icon alt only MO*/
.section-apple-tv-app .external .logo.icon-samsung {
    margin-left:95px}

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

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

.section-apple-tv-app .external .logo.icon-playstation {
    margin-right:95px
}

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

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

/* 2022-10-14 */
/*tv-4k-router only MO*/
.section-routers .image-apple-tv-4k {
	min-height: 532px;
}
@media only screen and (max-width: 1434px) {
	.section-routers .image-apple-tv-4k {
		min-height: 548px;
	}
}

@media only screen and (max-width: 1068px) {
    .section-routers .image-apple-tv-4k {
        min-height: 280px;
    }
}
@media only screen and (max-width: 734px) {
    .section-routers .image-apple-tv-4k {
        min-height: 0;
    }
}


