
  
  /************************** tourney slider ************************/
  .carousel-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
 }

  .carousel-main {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 12px;
    font-family: Arial;
 }

  .carousel-feature {
    position: absolute;
    top: -1000px;
    left: -1000px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
 }
  .carousel-feature a {
    font-size: 18px;
    display: block;
    -webkit-user-drag: none;
    user-select: none;
 }

 .carousel-container .carousel-image {
    border: 0;
    display: block;
    -webkit-user-drag: none;
    user-select: none;
 }
 
.carousel-container.tourney {
  width: 380px;
}

.carousel-container.gameplay {
  width: 500px;
  height: 400px;
}

.carousel-container.tourney .carousel-main {
  width: 380px;
  height: 345px;
}

.carousel-container.gameplay .carousel-main {
  width: 500px;
  height: 350px;
}

.carousel-container.tourney .carousel-image {
  width: 220px;
  height: 307px;
}

.carousel-container.gameplay .carousel-image {
  width: 250px;
  height: 350px;
  border-radius: 8px;
}

@media (max-width: 576px) {

  .carousel-container.tourney {
    width: 345px;
  }
  
  .carousel-container.tourney .carousel-main {
    width: 345px;
    height: 395px;
  }
  
  .carousel-container.tourney .carousel-image {
    width: 240px;
    height: 355px;
  }

  .carousel-container.gameplay {
    width: 320px;
    height: 355px;
  }
  
  .carousel-container.gameplay .carousel-main {
    width: 320px;
    height: 310px;
  }

  .carousel-container.gameplay .carousel-image {
    width: 220px;
    height: 307px;
  }
}

/*Swiper START*/
.swiper-container {
  width: 816px; margin: auto; overflow: hidden;
/*  padding-bottom: 45px;*/
 
}

.testimonials.gameplay {
  padding-bottom: 5px;
}

.gameplay, .tourney {padding-bottom:40px;}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 350px;
  overflow: hidden;
  border-radius: 8px;
}


.slider-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-device-width:200px) and (max-device-width:767px) {
  .swiper-container { width: 100%; margin: auto; overflow: hidden;}
  .swiper-slide {
    width: 290px;
  }
}
/*Swiper ENd*/

.swiper-container.guts-and-glory {
  padding-bottom: 35px;
}