body {
  margin: 0; padding: 0;
  background-color: #000;
  color: #666;
}

.container { position: relative }

.background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

video, source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}

.loaded .ytplayer-container {
  display: block;
}

.loaded .placeholder-image {
  opacity: 0;
}

iframe {pointer-events: none;}

.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}

.ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.ytplayer-player {
  position: absolute;
}

.container {
  border-radius: 4px;
  background: rgba(44, 44, 44, .8);
  padding: 10px 30px 10px 30px;

  width: 70%;
  margin: 0 auto;
  margin-top:10%;
}

.tit {
  display: none;
}

.tablo {
  width: 100%;
  color: #888;
}

.tablo td {
    padding: 5px;
    text-align: center;
}
.tablo th {
  padding: 5px;
    background-color: #444;
    color: #ccc;
    text-align: center;
}


#endeks {
  float: right;
}

.digital-clock {
  margin: auto;
  position: absolute;
  top: 24px;
  right: 15px;
  color: #fff;
  text-align: center;
  font: 30px Helvetica, Arial, Tahoma;
}
