.wrapper__introduce {
  background-color: #fbf8f1;
  background-image: url("introduce_1.d12b71d3.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  transition: width 2s, background-image .5s linear;
}

.wrapper__introduce:hover {
  background-image: url("introduce.4d931746.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100vh;
}

.content-left, .wrapper__introduce:hover .text-hover {
  color: #fff;
}

::-webkit-scrollbar {
  display: none;
}

@keyframes slide {
  0% {
    background-position: 0%;
  }

  30% {
    background-position: 50%;
  }

  50% {
    background-position: 50% 75%;
  }

  100% {
    background-position: 100% 100%;
  }
}

@media screen and (width <= 1280px) {
  .wrapper__introduce:hover {
    background-size: cover;
  }

  .wrapper__introduce:hover .text-hover {
    opacity: .8;
  }
}
/*# sourceMappingURL=bi_quyet_giup_con_het_nghien_game_tu_chuyen_gia_Nguyen_Thi_Lanh.19d994af.css.map */
