* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  background-image: url(../img/bg.jpg);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

#video-area {
  width: 90%;
  max-width: 1100px;
  margin: 30px;
}
#video-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#logo {
  max-width: 80%;
  max-width: 150px;
  margin: 20px;
}
#timer {
  width: 90%;
  max-width: 1100px;
  margin: 30px;
  color: #e2bb0b;
  text-align: center;
  font-size: 28px;
}
#countdown {
  border: 0px solid #fcdd10;
  color: #e2bb0b;
  font-size: 1em;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Customization Style of SyoTimer */
.syotimer {
  text-align: center;
  margin: 30px auto 0;
  padding: 0 0 10px;
}

.syotimer-cell {
  display: inline-block;
  margin: 0 5px;
  width: 79px;
  background: url(../img/timer.png) no-repeat 0 0;
}

.syotimer-cell__value {
  font-size: 35px;
  color: #ffffff;
  height: 81px;
  line-height: 81px;
  margin: 0 0 5px;
}

.syotimer-cell__unit {
  font-size: 12px;
  text-transform: uppercase;
}
