/**
 * CE: Slider
 */
.ce-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.ce-slider .slick-arrow:first-child {
  left: 15px;
  z-index: 1;
}

.ce-slider .slick-arrow:last-child {
  right: 15px;
}

.ce-slider .slick-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}

.ce-slider .slick-slide .text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.ce-slider .slick-slide .title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 4.2rem;
}

.ce-slider .slick-slide .subtitle {
  font-size: 2.2rem;
}


/**
 * SM
 * ---------------------------------------------------------------- */
@media (min-width: 576px) and (max-width: 767px) {
  .ce-slider .slick-slide {
    height:600px;
  }

  .ce-slider .slick-slide img {
    height:600px;
  }
}

/**
 * XS
 * ---------------------------------------------------------------- */
@media (max-width: 575px) {
  .ce-slider .slick-slide {
    height: 300px !important;
  }

  .ce-slider .slick-slide img {
    height: 300px;
  }

  .ce-slider h5 {
    font-size: 20px !important;
    font-weight: 800 !important;
  }

  .ce-slider .subtitle p {
    font-size: 16px !important;
    font-weight: 400 !important;
  }

  .ce-slider .arrow-background {
    font-size: 16px;
    padding: 30px 5px;
  }

  body .ce-slider .arrow-background {
    font-size: 16px;
    padding: 30px 5px;
  }
}
