@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@700&display=swap');

@font-face {
  font-family: 'Jetset';
  src:url('/fonts/Jet-Set.ttf.woff') format('woff'),
    url('/fonts/Jet-Set.ttf.svg#Jet-Set') format('svg'),
    url('/fonts/Jet-Set.ttf.eot'),
    url('/fonts/Jet-Set.ttf.eot?#iefix') format('embedded-opentype'); 
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* { margin: 0; padding: 0; color: #000; }
html { overflow: hidden; }
body { background: #000; }
ul li { opacity: 0; list-style: none; transition: all .25s; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-position: center; background-size: contain; }
ul li.active { opacity: 1; }

#content { transition: all .2s; width: 1366px; height: 768px; margin-top: 250px; margin-left: 277px; box-shadow: rgba(0,0,0,.25) 0 0 30px; position: relative; z-index: 2; }
#content.fullscreen { width: 1920px; height: 1080px; margin: 0; }
#sidebar { position: fixed; right: 0; top: 0; bottom: 0; width: 554px; background: #fff; }
#bottom { position: fixed; left: 0; right: 0; top: 0; height: 500px; background: #fff; }

#content .wrap { width: 100%; height: 100%; padding: 20px; box-sizing: border-box; background: #fff; }
#content table { width: 100%; border-collapse: collapse; font-family: 'Jetset', sans-serif; text-transform: uppercase; }
#content table th,
#content table td { font-size: 34px; white-space: nowrap; padding: 20px; font-weight: 400; border: 1px solid rgba(0, 0, 0, 0.2); }
#content table td:nth-child(2) { width: 100%; white-space: normal; }
#content table tr:nth-child(odd) td { background: #ddd; }
#content table tr th { background: #000; color: #fff; border: 1px solid #000; }
#content div.jannie { width: 100%; text-align: center; vertical-align: top; font-family: 'Jetset'; text-transform: uppercase; font-size: 50px; padding: 10px 0 20px 0; background: #000; color: #fff; }
#content div.jannie:after { content:""; display: inline-block; margin-left: 20px; width: 50px; height: 54px; margin-top: 10px; vertical-align: top; background: url('//icon.ontbrand.com/regular/fff/arrow-square-down.svg') no-repeat top; }
div.logo { display: inline-block; position: absolute; left: 277px; top: 74px; width: 500px; height: 111px; background: url(//drentsewerf.nl/resources/img/drentse-werf-logo.svg) no-repeat left top; background-size: 500px; }
div.time { font-size: 70px; position: absolute; right: 277px; top: 100px; font-weight: 700; line-height: 1; text-transform: uppercase; font-family: 'Roboto Mono', monospace; }
div.time span { font-size: 40px; color: rgba(0,0,0,.1) }

.videoContainer { position: absolute; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; display: flex; flex-direction: column; justify-content: center; align-items: center;}
iframe { width: 100%; height: 100%; }