.popUpMovie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(27, 27, 27, 0.7);
  z-index: 1005;
  display: none;
}
.popUpMovie .popUpBox,
#youtubeFrame {
  background: #1A1A1A;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  width: calc(100% - 32px);
  height: 515px;
  /* padding: 14px 2% 2%; */
  box-sizing: border-box;
  position: fixed;
  left: 16px;
  top: calc((100vh - 515px)/2);
}

/* sponsor-logo-right */
.sponsor-logo-layout.sponsor-logo-right{
  position: absolute;
  width : 10%;
  height: auto;
  opacity: 1;
  top: 3.7%;
  right : 2.08%
}
/* sponsor-logo-left */
.sponsor-logo-layout.sponsor-logo-left{
  position: absolute;
  width : 10%;
  height: auto;
  opacity: 1;
  top: 3.7%;
  left: 2.08%
}
.sponsor-logo-layout img{
  width : 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .popUpMovie .popUpBox,
  #youtubeFrame {
    width: 988px;
    left: calc((100% - 988px)/2);
  }
}
