.cover {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-height: 675px !important;
  background-color: #F6E33C;
}
.cover .cover-content {
  position: relative;
}

.cover_images {
  display: flex;
  position: relative;
  padding-top: 50%;
  width: 100%;
}
.cover_images .cover_image > img {
  width: 100%;
}
.cover_images .cover_image.cover-girl {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30%;
  z-index: 3;
}
.cover_images .cover_image.cover-key {
  position: absolute;
  top: 69%;
  left: 29%;
  transform: translate(-50%, -50%);
  width: 24%;
  z-index: 2;
}
.cover_images .cover_image.cover-cash {
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
  width: 28%;
  z-index: 1;
}
.cover_images .cover_image.cover-car {
  position: absolute;
  top: 47%;
  left: 5%;
  transform: translate(-50%, -50%) scale(0.75);
  width: 32%;
  z-index: 1;
}
.cover_images .cover_image.cover-treasure {
  position: absolute;
  top: 9%;
  left: 22%;
  transform: translate(-50%, -50%) scale(0.7);
  width: 32%;
  z-index: 1;
}
.cover_images .cover_image.cover-safe {
  position: absolute;
  top: 84%;
  left: 88%;
  transform: translate(-50%, -50%) scale(0.73);
  width: 32%;
  z-index: 1;
}
.cover_images .cover_image.cover-zodiac {
  position: absolute;
  top: 10%;
  left: 93%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 32%;
  z-index: 1;
}
@media (max-width: 600px) {
  .cover_images {
    padding-top: 100%;
    width: 210%;
  }
}

/*# sourceMappingURL=cover.css.map */
