/* ============================================ *
 * BASE STYLES
* ============================================ */
.carousel:hover .carousel_controlsIteratorChevron .flex {
  opacity: 1;
}
.carousel_controlsIteratorChevron .flex {
  position: absolute;
  bottom: calc(50% - 10px);
  background-color: #363636;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: 9999;
}
.carousel_controlsIteratorChevron .flex-prev {
  left: 0;
}
.carousel_controlsIteratorChevron .flex-next {
  right: 0;
}
.carousel_controlsIteratorChevron .fa {
  font-size: 18px;
  padding: 10px;
  color: white;
}
.carousel_controlsIteratorChevron .fa:hover {
  color: white;
}
.carousel .carousel_slide {
  margin-right: 0;
}
.modal_carousel .carousel_slide img {
  visibility: hidden;
}
/* ============================================ *
 * MAX WIDTH QUERIES
* ============================================ */
/* ============================================ *
 * MIN WIDTH QUERIES
 * ============================================ */
