body { background-color: #000000; margin: 0px; padding: 0px; }

iframe { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; margin: 0px; padding: 0px; z-index: 0; border-width: 0px; }

.caption { position: absolute; width: 100vw; left: 0px; bottom: 0px; padding: 0px 0px 200px 0px; background-color: rgba(0,0,0,0.95); z-index: 2; font-family: custom, arial, helvetica; font-weight: bold; font-size: 150pt; color: rgba(255,255,255,0.9); }

.caption div { display: inline-block; margin: 0px 25px 0px 25px; }

@font-face {
  font-family: custom;
  src: url( 'roboto_regular.ttf' );
  font-weight: 100;
}
