
.index-page .featured-videos .video-slider .owl-nav {
  margin-top: 0;
  width: 124px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 1;
  /* margin-bottom: -38px; */
}
.index-page .featured-videos .video-slider .owl-nav button {
  display: inline-block;
  margin: 0;
  height: 34px;
  width: 40px;
  border-radius: 50%;
  /* background-color: #F2A69B; */
  transition: all 0.15s;
  outline: none;
  border: none;
  position: relative;
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.1);
}
.index-page .featured-videos .video-slider .owl-nav button span {
  content: url("../../assets/img/slider-right.png");
  border-radius: 50%;
  border: none;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1);
}
.index-page .featured-videos .video-slider .owl-nav .owl-prev span {
  transform: translate(-50%, -50%) rotate(180deg);
}


@media (min-width: 992px) {

.index-page .featured-videos {
  margin: 50px 0;
}
}

@media (max-width: 767px) {

  .index-page .featured-videos {
    margin: 30px 0;
  }
  .index-page .featured-videos iframe {
    height: 200px;
  }
  
  }
  
 
  @media (min-width: 768px) and (max-width: 991px) {
  
  
   .index-page .featured-videos {
    margin: 30px 0;
  }
  .index-page .featured-videos iframe {
    height: 200px;
  }
  
  }