.cycle-slideshow-wrapper {
  position: relative;
  background: #cfc0ba;
  overflow: hidden;
}
.cycle-slideshow-wrapper #prev,
.cycle-slideshow-wrapper #next {
  position: absolute;
  top: 170px;
  width: 32px;
  height: 32px;
  z-index: 100;
  background: url(../images/sprite.png) 0 -200px no-repeat;
}
.cycle-slideshow-wrapper #prev {
  left: 4%;
}
.cycle-slideshow-wrapper #next {
  right: 4%;
  background-position: 0 -250px;
}
.cycle-pager { 
    text-align: center; width: 100%; z-index: 400; position: absolute; bottom: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 40px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #e7e0dd;}
.cycle-pager > * { cursor: pointer;}

.cycle-slide {
  position: relative;
  width: 100%;
}
.cycle-slide .cycle-slide.normal img {
  position: absolute;
  left: 18%;
  top: 30px;
}
.cycle-slide .title {
  position: absolute;
  left: 40%;
  top: 45px;
  font-size: 60px;
  color: white;
  font-family: BebasNeueBold;
  text-align: left;
}
.front .cycle-slide .title {
  width: 30%;
}
.cycle-slide .show-all {
  position: absolute;
  left: 40%;
  top: 240px;
  border: 4px solid white;
  color: white;
  padding: 0 17px;
  line-height: 35px;
  text-decoration: none;
  background: #bf7565;
  border-radius: 8px;
  font-size: 26px;
  font-family: MyriadProBoldCond;
}

.front-actions {
  /*height: 370px;*/
  color: white;
}

.not-front .front-actions {
  /*height: 73px;*/
  /*margin: 0 -2%;
  padding: 0 2%;*/
}
.not-front .cycle-slide.normal {
  padding: 16px 0;
  /*width: calc(88% - 150px);*/
  min-height: 73px;
  width: 98% !important;
  left: 1% !important;
}
.not-front .cycle-slide.normal img {
  display: none;
}
.cycle-slide.fullwidth img {
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  position: static;
}

.not-front .cycle-slide .title {
  left: 0;
  top: 20px;
  font-size: 30px;
}
.not-front .cycle-slide .show-all {
  position: static;
  float: right;
}
.not-front .cycle-pager {
  width: 150px;
  right: 0;
  top: 14px;
}
.not-front #prev,
.not-front #next {
  display: none;
}

@media (max-width: 1023px) {
  .front .cycle-slide .title {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .front .cycle-slide .title {
    font-size: 45px;
  }
  .cycle-slide img {
    left: 12%;
  }
  .not-front .cycle-slide .title {
    font-size: 26px;
  }
  .not-front .cycle-slide {
    width: calc(90%);
  }
  .cycle-slide .show-all {
    font-size: 22px;
  }
  .not-front .cycle-pager {
    width: 10%;
  }
}

@media (max-width: 479px) {
  .cycle-slide .show-all {
    display: none;
  }
}

@media (max-width: 379px) {
  .front .cycle-slide .title {
    font-size: 30px;
  }
  .cycle-slide img {
    left: 10%;
  }
}