.section-two {
  background-color: #121a27;
  position: relative;
  z-index: 50;
}
.section-two .g-row {
  width: 100%;
  position: relative;
}

.section-two .g-row .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-two .g-row .your-class-arrows .splide__arrow--next {
  right: -4em;
}
.section-two .g-row .your-class-arrows .splide__arrow--prev {
  left: -4em;
}

@media (max-width: 1400px) {
  .section-two .g-row .your-class-arrows .splide__arrow--next {
    top: 53%;
    right: 2em;
  }
  .section-two .g-row .your-class-arrows .splide__arrow--prev {
    top: 53%;
    left: 2em;
  }
}
@media (max-width: 700px) {
  .section-two .g-row .your-class-arrows .splide__arrow--next {
    top: 53%;
    right: -15px;
  }
  .section-two .g-row .your-class-arrows .splide__arrow--prev {
    top: 53%;
    left: -15px;
  }
}
.section-two .games {
  max-width: 1280px;
  margin: 0px auto;
  padding: 40px 20px 40px 20px;
}

.section-two .game-content--text {
  position: absolute;
  z-index: 120;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333333;
  padding: 21px 20px 20px 20px;
  color: #fff;
}

.section-two .game-content--text a {
  color: #da1840;
  font-family: "Avenir-Bold", Arial, Helvetica, sans-serif !important;
}

.section-two .game-content--text .text {
  font-size: 16px;
  margin: 20px 0 0 0;
}

@media (max-width: 768px) {
  .section-two .games {
    top: 20px;
  }

  .section-two .games .g-row {
    padding: 20px 0;
  }
}
.section-two .games-title {
  color: #da1840;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding: 40px 0 0px 0;
  display: block;
  font-size: 45px;
  font-family: "Avenir-Bold", Arial, Helvetica, sans-serif !important;
  text-transform: uppercase;
  display: block;
}

@media (max-width: 500px) {
  .section-two .games {
    padding: 0 20px;
  }

  .section-two .games-title {
    font-size: 18px;
  }
}
.section-two .games .game {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 30vh;
}

@media (max-width: 768px) {
  .section-two .games .game:first-child {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .section-two .games .game:last-child {
    margin-left: 0px;
  }
}
.section-two .games .game-content {
  padding: 20px;
}

@media (max-width: 768px) {
  .section-two .games .game-content,
.section-two .game-content--text {
    padding: 20px 10px 20px 20px;
  }
}
.section-two .games .game-content--title {
  position: relative;
  z-index: 100;
  display: block;
  font-family: "Avenir-Bold", Arial, Helvetica, sans-serif !important;
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
  cursor: pointer;
  margin-bottom: 0;
}

.game-content--opener,
.game-content--closer {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url("../../img/gravity/down.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.game-content--closer {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 768px) {
  .section-two .games .game-content--title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .section-two .games .game-content .btn-container {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
.section-two .games .game-content .btn-container .btn {
  display: inline-block;
  color: #fff;
  background-color: transparent;
  padding: 10px 35px;
  border: 1px solid #da1840;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 18px;
  border-color: #fff;
}

.section-two .games .game-content .btn-container .btn:hover {
  background-color: #da1840;
  color: #fff;
  border-color: #da1840;
}

@media (max-width: 768px) {
  .section-two .games .game-content .btn-container .btn {
    width: 100%;
    text-align: center;
  }
}
.section-two .games .game .container-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

.section-two .games .game .container-play .play {
  display: block;
  width: 100%;
  background: rgba(18, 26, 39, 0.5);
  pointer-events: all;
}

.section-two .games .game .container-play .play::after {
  content: "";
  position: absolute;
  left: 45%;
  top: 45%;
  border: 30px solid transparent;
  border-left: 57px solid #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

@media (max-width: 768px) {
  .section-two .games .game .container-play .play::after {
    border: 20px solid transparent;
    border-left: 37px solid #fff;
  }
}
.section-two .games .game .container-play .play:hover::after {
  border-left-color: #da1840;
}
/*# sourceMappingURL=double_games.css.map */