html {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit !important;
  -moz-box-sizing: inherit !important;
  box-sizing: inherit !important;
}

html, body{
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

main{
  height: 100%;
}

.player-wrap iframe{
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 200% !important;
  transform: translateY(-25%);
}

.video-wrap{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100vw;
  max-width: 1000px;
  overflow: hidden;
}
.video-wrap:hover .button{
  opacity: 1;
}

.info{
  font-size: 10vh;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100vw;
  padding: 20px 40px 40px 40px;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.info p{
  filter: drop-shadow(1px 1px 0px rgba(255,255,255, 0.3));
  margin: 0;
}

.info a{
  color: inherit;
  text-decoration: none;
}

.info-top{
  z-index: 999;
  pointer-events: none;
  color: rgba(255,255,255,0);
  mix-blend-mode: difference;
}
.info-top a{
  pointer-events: all;
  mix-blend-mode: multiply;
}

.info-top a:hover{
  color: rgba(255,255,255,1);
  filter: drop-shadow(4px 4px 4px black);
}

.swiper-container{
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}

.background-slider{
  z-index: 1 !important;
  position: fixed !important;
  top: 0;
}

.forground-slider{
  z-index: 3 !important;
  position: fixed !important;
  top: 0;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background iframe{
  width: 200%;
  height: 200%;
  top: -50%;
  object-fit: cover;
  position: absolute;
  left: -50%;
}

.background img, .background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background-color{
  width: 100%;
  height: 100%;
}

.content{
  width: 100%;
  height: 100%;
  padding: 10vh 10vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap, .rotater {
  display: flex;
  padding: 10px;
  transition: all 0.1s;
  height: 100%;
  max-width: 90vw;
  max-width: calc(100vw - 100px);
  justify-content: center;
  align-items: center;
}

.button {
  box-sizing: border-box;
  height: 74px;
  border-color: transparent transparent transparent #202020;
  transition: 100ms all ease;
  will-change: border-width;
  cursor: pointer;
  border-style: solid;
  border-width: 37px 0 37px 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  outline: none;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
}

.button:hover{
  mix-blend-mode: overlay;
}

.swiper-slide-active .button{
  /* opacity: 1; */
  pointer-events: all;
}



.button.pause {
  border-style: double;
  border-width: 0px 0 0px 60px;
}

.wide-wrap{
  max-width: 80vw;
}

.content img, .content video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.speaker-wrap{
  position: absolute;
  bottom: 66px;
  text-align: center;
  right: 66px;
}

.speaker {
  height: 4vh;
  width: 4vh;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transform: scale(1.8);
  transform-origin: bottom right;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
  transform-origin: center center;
}

.speaker:hover{
  transform: scale(2);
}

.speaker svg{
  height: 100%;
  width: 100%;
}

.speaker.mute .unmuted{
  display: none;
}

.speaker circle{
  mix-blend-mode: overlay;
}

.speaker:hover circle{
  mix-blend-mode: none;
}

.project-description{
  position: absolute;
  top: 36px;
  right: 36px;
  font-size: 14px;
  border-radius: 1px;
  padding: 5px;
  text-align: right;
}

.project-description p {
  line-height: 1;
  margin: 0;
  margin-bottom: 6px;
  filter: drop-shadow(1px 1px 0px rgba(255,255,255, 0.2));
  opacity: 0;
  transition: opacity 0.4s 1s;
}



.swiper-slide-active p {
  opacity: 1;
}


.cheat-link{
  pointer-events: none  !important;
}

.landing .cheat-link{
  pointer-events: all !important;
}

@media only screen and (max-width: 600px) {
  .info {
    padding: 20px;
    font-size: 4vh;
  }
  body{
    height: calc(100vh + 30px);
  }
  .content{
    flex-direction: column;
    justify-content: center;
    padding: 0;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .wrap, .rotater {
    max-width: calc(100vw - 40px);
  }
  .wrap.multi {
    max-height: 50%;
  }
  .wrap.multi:first-child img {
    object-position: bottom;
  }
  .wrap.multi:last-child img {
    object-position: top;
  }
  .video-wrap{
    max-width: calc(100vw - 40px);
  }
  .info{
    font-weight: 500;
  }

  .project-description{
    transform: rotate(270deg) translateY(-100%);
    top: 0px;
    right: 0px;
    transform-origin: 100% 0%;
    width: 100%;
    z-index: 999999;
  }
  .project-description p {
    margin-bottom: 0;
    padding: 2px;
    display: inline-block;
  }
}
