/* Hide plugin arrows */
.ypd-arrows, [class*="arrow" i]:not(.scroll-indicator) {
display: none !important;
}
/* Define hidden class for scroll-indicator */
.bottom .scroll-indicator.hidden {
opacity: 0 !important;
visibility: hidden !important;
display: none !important;
-webkit-animation: none !important;
animation: none !important;
}