
#wrap {
  padding: 0 0 100px ;
  align-items: center;
  
}


.scale {
  scale: 150%;
}

.carousel-wrap {
  width: 680px;
  height: 280px;
  padding-top: 15px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 200px;
}


@media (min-width: 768px) and (max-width: 991px) {
  .carousel-wrap {
    width: 400px;
    height: 100px;
    margin-bottom: 200px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .carousel-wrap{
    zoom: 1;
    margin-bottom: 0px;
  }
}


@media (max-width: 768px) {
  .carousel-wrap {
    height: 120px;
    margin-bottom: 0px;
  }
  .scale {
    scale: none;
  }
}

@media (max-width: 767px) {
  .carousel-wrap {
    width: 400px;
    height: 85px;
    margin-bottom: 0px;
  }
  .scale {
    scale: none;
  }
}
@media (max-width: 480px) {
  .carousel-wrap {
    width: 200px;
    height: 105px;
    margin-bottom: 0px;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .carousel-wrap {
     width: 150px;
    height: 79px;
  }
  .scale {
    scale: 110%;
  }

}

.carousel > li {
  width: 500px;
  height: 263px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.carousel > li img {
  border-radius: 0.25rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .carousel > li {
    width: 400px;
  	height: 211px;
	margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .carousel > li {
    width: 350px;
    height: 184px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .carousel > li {
     width: 200px;
    height: 105px;
  }

}

.items {
  position: absolute;
}

.main-pos {
  margin-left: 2.5em !important;
  z-index: 1001;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-pos {
    margin-left: -40px !important;
  }
}
@media (max-width: 767px) {
  .main-pos {
    margin-left: -40px !important;
  }
}

@media (max-width: 480px) {
  .main-pos {
    margin-left: -60px !important;
  }
}

.left-pos {
  background: #ccc;
  opacity: 0.5;
  margin-left: -17em !important;
  z-index: 1000;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
}
.left-pos .review-card--option-4 {
  background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) and (max-width: 991px) {
  .left-pos {
    margin-left: -220px !important;
  }
}
@media (max-width: 767px) {
  .left-pos {
    margin-left: -113px !important;
  }
}
@media (max-width: 480px) {
  .left-pos {
    margin-left: -145px !important;
  }
}

.back-pos {
  opacity: 0.5;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

.right-pos {
  opacity: 0.5;
  margin-left: 23em !important;
  z-index: 1000;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
}
.right-pos .review-card--option-4 {
  background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) and (max-width: 991px) {
  .right-pos {
    margin-left: 140px !important;
  }
}
@media (max-width: 767px) {
  .right-pos {
    margin-left: 30px !important;
  }
}
@media (max-width: 480px) {
  .right-pos {
    margin-left: 15px !important;
  }
}

.slider {
  width: 100%;
  position: absolute;
  top: 200%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.slider a {
  color: #999;
}
.slider i {
  font-size: 30px;
}
.slider #prev,
.slider #next {
  position: relative;
}
.slider #prev {
  left: -205px;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.slider {
	 display: block;
	 top: 130%;
	}
  .slider #prev {
    left: -170px;
  }
}
@media (max-width: 767px) {
  .slider #prev {
    left: -70px;
  }
}
.slider #next {
  right: -200px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .slider #next {
    right: -170px;
  }
  .slider {
    display: none;
	
  }
}
@media (max-width: 767px) {
  .slider #next {
    right: -70px;
  }
}
@media (max-width: 576px) {
  .slider {
    display: none;
	  top: 150px;
  }
}


