/* Add custom CSS styles below */ 
/* اخفاء الاسهم والشفافية من البنر الرئسي*/

.s-block--slider-items .s-slider-block__title-nav,
.s-block--slider-items .swiper .swiper-slide::after {
  display:none!important;
}

/* اخفاء نص الفديو*/
.video-box .content-video,.video-box:has(.content-video):after {
display:none;
}
/* مشاهدة المزيد*/
button#details-tab {
    scroll-margin-top:100px;
}