@charset "utf-8";
.ytWrap{
  display: inline-block;
  margin: 0 auto;
  position:relative;
  height: 82.5%;
  /* width: 100%; */
  padding-left: 62.8%;
}
.ytWrap iframe{
  position:absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}


.movieSection {
  width: 100%;
  color: #fff;
  overflow: hidden;
  padding: 0 0 4em;
  text-align: center;
}

.movieWrap{
  height:600px;
  min-height: 50vh;
  position:relative;
  width: 100%;
}

.cover {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(100, 20, 155, 0.5);
  background: linear-gradient(
    -45deg,
    rgba(142, 38, 214, 0.5) 25%, rgba(100, 20, 155, 0.5) 25%,
    rgba(100, 20, 155, 0.5) 50%, rgba(142, 38, 214, 0.5) 50%,
    rgba(142, 38, 214, 0.5) 75%, rgba(100, 20, 155, 0.5) 75%,
    rgba(100, 20, 155, 0.5)
  );
  background-size: 5em 5em;
.hi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  span {
      color: #ff0;
  cursor: pointer;
  text-decoration: underline;
    }
  em {
      font-style: normal;
      
      &.hidden {
  display: none;
      }
    }
  }
}

.tv {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  filter: grayscale(1)
          brightness(0.5);
  overflow: hidden;
  
  .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity .5s;

    &.active {
  opacity: 1;
    }
  }
}

@media screen and (max-width:980px) {
  .movieSection {
    padding: 0 0 0em;
  }
}

@media screen and (max-width:980px) {
  .movieWrap{
  height:auto;
  min-height: initial;
  position:relative;
  width: 100%;
  }
  .cover {
    display:block;
    position: static;
    background: none;
  }
  .ytWrap{
    height: auto;
    width: 100%;
    padding-top: 56.3%;
    padding-left:0;
    display: block;
  }
  .ytWrap iframe{
  z-index: 99;
  }
}
