@media (max-width: 767px) {
  #saji-hero-video-0 {
    height: 90vh !important;
  }

  #saji-hero-video-0 video {
    height: 90vh !important;
  }
}
/* زر عرض الكل */
.s-slider-block__display-all {
  border: 1px solid #06343c !important;
  color: #06343c !important;
  background: transparent !important;
  transition: all .3s ease;
}

.s-slider-block__display-all:hover {
  background: #06343c !important;
  color: #ffffff !important;
}
/* أسهم السلايدر */
.s-slider-nav-arrow {
  border: 1px solid #06343c !important;
  color: #06343c !important;
  background: transparent !important;
  transition: all .3s ease;
}

.s-slider-nav-arrow svg {
  fill: #06343c !important;
}

.s-slider-nav-arrow:hover {
  background: #06343c !important;
}

.s-slider-nav-arrow:hover svg {
  fill: #ffffff !important;
}
/* إخفاء طبقة صورة الخلفية الفاضية */
#slider-with-bg-6 > div:first-child {
    display: none !important;
}

/* إزالة المسافة اللي كانت معمولة عشان الصورة */
#slider-with-bg-6 .slider-with-bg-data {
    padding-top: 0 !important;
}
#saji-hero-video-0 video {
  position: relative;
  z-index: 2;
}