body {
  margin: 0;
  overflow: hidden;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  background-color: #000;
}

a {
  color: #00B7FF;
}

.video_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  background-color: #000;
}

iframe {
  background-color: #000;
  width: 100%;
  flex: 1;
  min-height: 0;
}

.logo_title{
  position: fixed;
  z-index: 10;
  width: 60%;
  top: 4%;
  left: 20%;
}

.logo_title img{
  width: 100%;
}

.viewingPeriod{
  width: 100%;
  position: fixed;
  top: 26%;
  text-align: right;
  z-index: 10;
}

.viewingPeriod img{
  width: 40%;
}

.box_text{
  text-align: center;
  color: #fff;
  font-size: 3.5vw;
  width: 100%;
  position: fixed;
  bottom: 24%;
}

.box_text img{
  width: 80%;
}

.text_copyright_left{
  width: 100%;
  padding-left: 1%;
  position: fixed;
  bottom: 1%;
}

.text_copyright_left img{
  width: 40vw;
}

.text_copyright_right{
  width: 100%;
  padding-right: 2%;
  position: fixed;
  bottom: 1%;
  text-align: right;
}

.text_copyright_right img{
  width: 40vw;
}

@media (pointer: fine) {
  .logo_title,
  .box_text,
  .text_copyright {
    display: none;
  }
}

@media (pointer: fine) and (max-width: 600px) {
  .logo_title,
  .box_text,
  .text_copyright {
    display: block;
  }
}