.custom-carousel {
  position: relative;
  margin: 0;
}
.custom-carousel:hover .owl-header span {
  opacity: 1;
}
.custom-carousel.view-empty {
  padding: 0 15px;
  background: #ffffff;
  height: 450px;
}
.custom-carousel .owl-header {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 2;
  width: 100%;
}
.custom-carousel .owl-header span {
  position: absolute;
  top: 0;
  height: 35px;
  width: 35px;
  background: #01ab9e;
  color: #ffffff;
  opacity: 0;
}
.custom-carousel .owl-header span.left-arrow {
  left: 20px;
}
.custom-carousel .owl-header span.right-arrow {
  right: 20px;
}
.custom-carousel .owl-header span i:before {
  font-size: 25px;
  top: 5px;
  position: relative;
}
.custom-carousel .owl-carousel {
  position: relative;
  z-index: 1;
}
.custom-carousel .owl-item {
  padding: 0;
}
.fr-carousel-simple .custom-carousel .owl-item {
  padding: 0 20px;
}
.fr-carousel-simple article .more,
.fr-carousel-simple article .sharebox {
  display: none;
}
