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

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

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

/*查看適用資格按鈕-位置*/
.section-offers .offer:first-child .button-elevated {
    position: absolute;
    top: 228px;
    left: 0;
} 
@media only screen and (min-width: 1441px) {
    .section-offers .offer:first-child .button-elevated {
        position: absolute;
        top: 236px;
        left: 0;
    } 
}
@media only screen and (max-width: 1068px) {
    .section-offers .offer:first-child .button-elevated{
        position: absolute;
        top: 194px;
        left: 0;
    } 
}
@media only screen and (max-width: 734px) {
    .section-offers .offer:first-child .button-elevated{
        position: static;
    } 
}

/* icon sony center 2020=10-20*/
.section-apple-tv-app .icons .icon.icon-sony {
    position:relative;
    left:50%;
    margin-left:-66.5px;
}

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

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

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

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

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

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

/* 2021-0107 */
@media only screen and (max-width: 375px) {
    .typography-hero-headline {
        font-size: 38px;
    }
}

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

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

.section-apple-one .typography-router-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;
}