.image_carousel {
  position: relative;
  max-width: 790px !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.image_carousel img {
  display: inline-block;
  transition: all 0.4s ease;
}
.image_carousel .tns-ovh {
  overflow: visible !important;
}
.image_carousel .img {
  width: 100%;
  position: relative;
}
.image_carousel .img img {
  transform: scale(0.85);
  display: block;
  opacity: 0.7;
  box-shadow: 0px 10px 29px -1px rgba(0, 0, 0, 0);
}
.image_carousel .copy {
  text-align: left;
  transition: all 0.4s ease;
  opacity: 0;
  position: absolute;
  bottom: 0;
  padding: 40px 40px 30px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  display: block;
  width: 100%;
}
.image_carousel .copy p {
  margin-bottom: 0;
  color: #fff;
}
.image_carousel .tns-slide-active .img img {
  transform: scale(1);
  opacity: 1;
  box-shadow: 10px 10px 29px -1px rgba(0, 0, 0, 0.25);
}
.image_carousel .tns-slide-active .copy {
  opacity: 1;
}
.image_carousel .slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none !important;
  -webkit-tap-highlight-color: transparent !important;
  outline: 0;
}
.image_carousel .tns-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none !important;
  -webkit-tap-highlight-color: transparent !important;
  outline: 0;
}
.image_carousel .tns-controls img {
  border: 0;
  width: 18px;
  height: 36px;
  fill: #FFFFFF !important;
}
.image_carousel .tns-controls button[data-controls="prev"] {
  position: absolute;
  margin-top: -18px;
  left: -38px;
  top: 50%;
  z-index: 5;
}
.image_carousel .tns-controls button[data-controls="next"] {
  position: absolute;
  margin-top: -18px;
  right: -38px;
  top: 50%;
  z-index: 5;
}
.image_carousel .tns-controls > div {
  transition: all 0.4s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none !important;
  -webkit-tap-highlight-color: transparent !important;
  outline: 0;
  transform: scale(0.85);
}
.image_carousel .tns-controls > div:hover {
  transform: scale(1);
}
.image_carousel .tns-controls button[disabled] {
  opacity: 0.3;
  cursor: default;
}
.image_carousel .tns-controls button[disabled] img {
  cursor: default;
}
@media only screen and (max-width: 890px) {
  .image_carousel .tns-controls .prev {
    left: 20px;
  }
  .image_carousel .tns-controls .next {
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .image_carousel .copy {
    position: relative;
    background: #FFEDDB;
    padding: 20px;
    border-bottom: 1px solid #FFEDDB;
  }
  .image_carousel .tns-controls .prev {
    top: 20px;
    margin-top: 0;
  }
  .image_carousel .tns-controls .next {
    top: 20px;
    right: initial;
    left: 50px;
    margin-top: 0;
  }
}
