@media (min-width: 1200px) {
  .tcl-carousel__slides--few .slick-track {
    -webkit-transform: inherit !important;
        -ms-transform: inherit !important;
            transform: inherit !important;
  }
}
.tcl-carousel__large-images {
  margin-bottom: 30px;
}
.tcl-carousel__large-images-item {
  position: relative;
}
.tcl-carousel__large-images-item img {
  width: 100%;
  display: block;
}
.tcl-carousel__large-images .slick-arrow {
  margin: 0 15px;
}
.tcl-carousel .slick-arrow {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  background-color: #111111;
}
.tcl-carousel .slick-arrow--prev {
  left: 0;
}
@media (max-width: 1199px) {
  .tcl-carousel .slick-arrow--prev {
    left: 0;
    right: inherit;
  }
}
.tcl-carousel .slick-arrow--next {
  right: 0;
}
@media (max-width: 1199px) {
  .tcl-carousel .slick-arrow--next {
    right: 0;
    left: inherit;
  }
}
.tcl-carousel__small-images {
  position: relative;
}
.tcl-carousel__small-images:after {
  content: "";
  width: 200px;
  height: 100%;
  position: absolute;
  right: -2px;
  top: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgb(17, 17, 17)), color-stop(50%, rgba(17, 17, 17, 0.85)), to(rgba(17, 17, 17, 0)));
  background: -o-linear-gradient(right, rgb(17, 17, 17) 0%, rgba(17, 17, 17, 0.85) 50%, rgba(17, 17, 17, 0) 100%);
  background: linear-gradient(270deg, rgb(17, 17, 17) 0%, rgba(17, 17, 17, 0.85) 50%, rgba(17, 17, 17, 0) 100%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .tcl-carousel__small-images:after {
    width: 70px;
  }
}
.tcl-carousel__small-images:before {
  content: "";
  width: 200px;
  height: 100%;
  position: absolute;
  left: -2px;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(17, 17, 17)), color-stop(50%, rgba(17, 17, 17, 0.85)), to(rgba(17, 17, 17, 0)));
  background: -o-linear-gradient(left, rgb(17, 17, 17) 0%, rgba(17, 17, 17, 0.85) 50%, rgba(17, 17, 17, 0) 100%);
  background: linear-gradient(90deg, rgb(17, 17, 17) 0%, rgba(17, 17, 17, 0.85) 50%, rgba(17, 17, 17, 0) 100%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .tcl-carousel__small-images:before {
    width: 70px;
  }
}
.tcl-carousel__small-images .slick-slide {
  margin: 0 12.5px;
}
.tcl-carousel__small-images .slick-current .tcl-picture {
  border: 1.5px solid #ffffff;
  position: relative;
}
.tcl-carousel__small-images .slick-current .tcl-picture::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5)));
  background: -o-linear-gradient(bottom, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5));
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5));
}
.tcl-carousel__small-images-item {
  position: relative;
}
.tcl-carousel__small-images-item img {
  width: 100%;
  display: block;
}
.tcl-carousel__content {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 50px;
}
.tcl-carousel__content-date {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
}
.tcl-carousel__content-heading {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 1199px) {
  .tcl-carousel__content-heading {
    font-size: 24px;
  }
}
.tcl-carousel__content-description {
  margin-bottom: 30px;
}
.tcl-carousel__content-photographer {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.tcl-section--light .tcl-carousel .slick-arrow {
  border: 1px solid rgb(0, 0, 0);
  background-color: #ffffff;
}
.tcl-section--light .tcl-carousel .slick-arrow path {
  stroke: #111111;
}
.tcl-section--light .tcl-carousel__small-images {
  position: relative;
}
.tcl-section--light .tcl-carousel__small-images:after {
  background: -webkit-gradient(linear, right top, left top, from(rgb(250, 250, 250)), to(rgba(250, 250, 250, 0)));
  background: -o-linear-gradient(right, rgb(250, 250, 250), rgba(250, 250, 250, 0));
  background: linear-gradient(270deg, rgb(250, 250, 250), rgba(250, 250, 250, 0));
}
.tcl-section--light .tcl-carousel__small-images:before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(250, 250, 250)), to(rgba(250, 250, 250, 0)));
  background: -o-linear-gradient(left, rgb(250, 250, 250), rgba(250, 250, 250, 0));
  background: linear-gradient(90deg, rgb(250, 250, 250), rgba(250, 250, 250, 0));
}
.tcl-section--light .tcl-carousel__small-images .slick-current .tcl-picture {
  border: 1.5px solid #111111;
}
.tcl-section--light .tcl-carousel__small-images .slick-current .tcl-picture::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(250, 250, 250, 0.5)), to(rgba(250, 250, 250, 0.5)));
  background: -o-linear-gradient(bottom, rgba(250, 250, 250, 0.5), rgba(250, 250, 250, 0.5));
  background: linear-gradient(0deg, rgba(250, 250, 250, 0.5), rgba(250, 250, 250, 0.5));
}
.tcl-section--light .tcl-carousel__content {
  color: #111111;
}
.tcl-section--light .tcl-carousel__content-date {
  text-shadow: 0px 0px 10px rgba(250, 250, 250, 0.8);
}
.tcl-section--light .tcl-carousel__content-photographer {
  text-shadow: 0px 0px 10px rgba(250, 250, 250, 0.8);
}