.swop19-carousel {
  background: #fff;
}

/* --- Texts --- */

.swop19-carousel-copy {
  padding-bottom: 48px;
}

h3.swop19-carousel-title {
  margin: 0 0 22px;
  font-size: 40px;
  line-height: 44px;
}

p.swop19-carousel-text {
  margin: 0;
  opacity: 0.8;
  font-size: 22px;
  line-height: 32px;
}

/* --- Slider --- */

.swop19-carousel-slider {
  padding: 0 0 36px 0;
  position: relative;
}

.swop19-carousel-slider-inner {
  position: relative;
  z-index: 1;
}

.swop19-carousel-slider-bg {
  display: none;
}

.swop19-carousel-slides-wrap {
  position: relative;
  z-index: 2;
}

.swop19-carousel-slides {
  background: #fff;
}

.swop19-carousel-slide {
  display: none;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.swop19-carousel-slide:first-child {
  display: block;
}

/* --- Slider Controls --- */

.swop19-carousel-slider-prev,
.swop19-carousel-slider-next {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #07081b;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  bottom: 46px;
  transition: background-color 0.1s;
  z-index: 2;
}

.swop19-carousel-slider-prev {
  right: 54px;
}

.swop19-carousel-slider-next {
  right: 12px;
}

.swop19-carousel-slider-prev:after,
.swop19-carousel-slider-next:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 12px;
}

.swop19-carousel-slider-prev:after {
  border-width: 3.5px 6.1px 3.5px 0;
  border-color: transparent #ffffff transparent transparent;
  left: 11px;
}

.swop19-carousel-slider-next:after {
  border-width: 3.5px 0 3.5px 6.1px;
  border-color: transparent transparent transparent #ffffff;
  right: 11px;
}

.swop19-carousel-slider-prev:hover,
.swop19-carousel-slider-next:hover {
  background: #e03737;
}

.swop19-carousel-slider-pager {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.swop19-carousel-slider-pager span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  background: #07081b;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.1s;
}

.swop19-carousel-slider-pager span:hover,
.swop19-carousel-slider-pager span.cycle-pager-active {
  background: #e03737;
}

/* --- Slide Content --- */

.swop19-carousel-slide-img {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  position: relative;
  overflow: hidden;
}

.swop19-carousel-slide-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.swop19-carousel-slide-padding {
  padding: 17px 12px 42px 12px;
}

.swop19-carousel-slide h4 {
  margin: 0;
  font-size: 26px;
  line-height: 38px;
}

.swop19-carousel-slide-content {
  opacity: 0.8;
  font-size: 18px;
  line-height: 23px;
}

.swop19-carousel-slide-content p {
  margin: 0;
  padding: 0;
}

/* --- Responsive --- */

@media all and (min-width: 540px) {
  .swop19-carousel-slide-content {
    padding-top: 19px;
    font-size: 20px;
    line-height: 26px;
  }

  .swop19-carousel-slider {
    padding: 0 46px 36px 46px;
  }

  .swop19-carousel-slider-prev,
  .swop19-carousel-slider-next {
    bottom: auto;
    top: 50%;
    margin-top: -15px;
  }

  .swop19-carousel-slider-prev {
    right: auto;
    left: 0;
  }
}

@media all and (min-width: 640px) {
  .swop19-carousel-slide-padding {
    padding: 17px 24px 39px 24px;
  }
}

@media all and (min-width: 850px) {
  .swop19-carousel-copy {
    float: left;
    width: 45%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0;
    padding-right: 36px;
  }

  .swop19-carousel-text {
    max-width: 380px;
  }

  .swop19-carousel-slider {
    float: left;
    width: 55%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .swop19-carousel-slide-padding {
    padding: 29px 36px 51px 36px;
  }
}

@media all and (min-width: 1000px) {
  h3.swop19-carousel-title {
    font-size: 80px;
    line-height: 82px;
  }

  .swop19-carousel-slider {
    padding: 0 66px 46px 66px;
  }

  .swop19-carousel-slider-bg {
    display: block;
    background: #fff;
    width: 100%;
    height: calc(100% - 64px);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.10);
    position: absolute;
    left: 0;
    top: 32px;
    z-index: 1;
  }

  .swop19-carousel-slides-wrap {
    padding: 0 18px;
  }
}

@media all and (min-width: 768px) and (max-height: 900px) {
  .swop19-carousel-slider {
    padding-bottom: 24px;
  }

  .swop19-carousel-slide-padding {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .swop19-carousel-slide-content {
    padding-top: 0;
    font-size: 18px;
    line-height: 24px
  }
}
