.athletes-value-slideshow {
  padding: 180px 0;
  position: relative;
}

.athletes-value-slideshow::before {
  background-image: var(--bgImage);
  content: '';
  width: 33%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
}

.athletes-value-invert.athletes-value-slideshow::before {
  right: 0;
}



.athletes-value-slideshow .content {
  width: 66%;
  margin-left: auto;
}

.athletes-value-invert .content {
  margin-left: 0;
}

.athletes-value-slideshow h2 {
  font-size: 24px;
  font-weight: 700;
}



.athletes-value-slider .slick-next,
.athletes-value-slider .slick-prev {
  right: auto;
  left: -20%;
  width: 41px;
}

.athletes-value-slider .slick-next {
  transform: translateY(-12px);
}

.athletes-value-slider .slick-prev {
  transform: translateY(12px);
}

.athletes-value-slider .slick-next::before {
  content: url('/wp-content/uploads/2024/04/right-arrow.svg');
}

.athletes-value-slider .slick-prev::before {
  content:  url('/wp-content/uploads/2024/04/left-arrow.svg');
}

@media(min-width: 1720px) {
  .athletes-value-slider .slick-next,
.athletes-value-slider .slick-prev {
  left: -40%;
}
}

@media(max-width: 991px) {
  .athletes-value-slideshow .container {
    max-width: 900px;
  }
}

@media(max-width: 767px) {
  .athletes-value-slideshow::before {

    display: none;
  }

  .athletes-value-slideshow .content {
    width: 100%;
  }

  .athletes-value-slideshow {
    background-image: var(--bgImage);
    padding: 84px 0 48px;
    background-size: cover;
  }

  .athletes-value-slider .slick-next,
  .athletes-value-slider .slick-prev {
    right: 0;
    left: auto;
    top: -64px;
    
  }

  .athletes-value-slider .slick-next {
    transform: translate(0, 0);
  }
  
  .athletes-value-slider .slick-prev {
    transform: translate(-150%, 0);
  }

}