.games-carousel {
  width: 100%;
  max-width: 1185px;
  position: relative;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .games-carousel {
      margin-bottom: 10px; } }
  .games-carousel:before {
    content: "";
    height: 100%;
    width: 97px;
    background: transparent linear-gradient(270deg, rgba(14, 14, 14, 0) 0%, #0e0e0e 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
    @media only screen and (max-width: 767px) {
      .games-carousel:before {
        width: 51px; } }
  .games-carousel:after {
    content: "";
    height: 100%;
    width: 97px;
    background: transparent linear-gradient(90deg, rgba(14, 14, 14, 0) 0%, #0e0e0e 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5; }
    @media only screen and (max-width: 767px) {
      .games-carousel:after {
        width: 51px; } }
  .games-carousel .swiper-slide {
    width: 150px;
    max-width: 150px;
    height: 225px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .games-carousel .swiper-slide {
        width: 107px;
        height: 161px;
        max-width: 107px; } }
    .games-carousel .swiper-slide img {
      height: 100%;
      width: 100%; }
  .games-carousel .swiper-button-prev, .games-carousel .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background: transparent linear-gradient(207deg, #4D4D4D 0%, #252525 100%) 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .games-carousel .swiper-button-prev, .games-carousel .swiper-button-next {
        height: 30px;
        width: 30px; }
        .games-carousel .swiper-button-prev img, .games-carousel .swiper-button-next img {
          height: 12px; } }
    .games-carousel .swiper-button-prev img, .games-carousel .swiper-button-next img {
      height: 15px; }
    .games-carousel .swiper-button-prev:after, .games-carousel .swiper-button-next:after {
      display: none; }
  .games-carousel .swiper-button-next {
    right: 0; }
  .games-carousel .swiper-button-prev {
    left: 0; }

/*# sourceMappingURL=games-carousel.css.map */
