.film_watch{max-width: 700px;}
.film_watch .fwHead{white-space: nowrap; padding: 15px; font-size: 0px;}
.film_watch .fwHead > div{width: 100px; height: 20px; display: inline-block;}
.film_watch .fwVideo > div{background: var(--bg_black);}
.film_watch .fwContent{margin: 15px; display: grid; grid-template-columns: 1fr min-content; grid-gap: 15px; align-items: center;}
.film_watch .fwContent > div{width: 100%;}
.film_watch .fwContent > div:first-child > div{font-size: 15px; font-weight: bold;}
.film_watch .fwContent span{padding: 5px 10px; border-radius: 50px; font-size: 11px; font-weight: bold; background: var(--bg_silvercalm); white-space: nowrap;}
.film_watch .fwContent span.showing{background: var(--bg_green); color: var(--text_white);}
.film_watch .fwWarning{padding-bottom: 70%; background: var(--bg_black); position: relative;}
.film_watch .fwWarning > div{position: absolute; bottom: 20px; left: 20px; font-size: 11px; color: var(--text_white); padding: 5px 10px; border-radius: 10px; background: var(--bg_silver);}