.homepage-container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.homepage-container .play-video-mask {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.homepage-container .homepage-bg {
  width: 100vw;
  height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
  transition: ease-in-out 0.5s opacity;
  z-index: 999;
}
.homepage-container .homepage-bg.show {
  opacity: 1;
}
.homepage-container .homepage-bg.hide {
  opacity: 0;
}
.homepage-container .title {
  position: absolute;
  top: 35vh;
  font-family: "Pixel";
  font-size: 5em;
  width: 100%;
  text-align: center;
  font-weight: 400;
  color: #014fc5;
}
.homepage-container .gamer {
  width: 100px;
  position: absolute;
  opacity: 0;
}
.homepage-container .homepage-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
  transition: ease-in-out 0.5s opacity;
}
.homepage-container .homepage-video.show {
  opacity: 1;
}
.homepage-container .homepage-video.hide {
  opacity: 0;
}

#homepageBg #fc, #homepageBg #md, #homepageBg #sfc, #homepageBg #ps1 {
  transition: ease-in-out 0.1s transform;
  transform-origin: center;
  transform-box: fill-box;
  transform: scale(1);
  filter: drop-shadow(0 0 10px rgba(0, 204, 255, 0.8)) drop-shadow(0 0 25px rgba(0, 102, 204, 0.5));
}
#homepageBg #fc:hover, #homepageBg #md:hover, #homepageBg #sfc:hover, #homepageBg #ps1:hover {
  transform: scale(1.4);
}
#homepageBg .text {
  fill: rgba(0, 204, 255, 0.8);
  font-size: 2em;
  font-weight: bold;
  pointer-events: none;
  filter: drop-shadow(0 0 10px rgba(0, 204, 255, 0.8)) drop-shadow(0 0 25px rgba(0, 102, 204, 0.5));
}/*# sourceMappingURL=index.s.css.map */