.gsap-marker-scroller-end {
z-index: 99999 !important;
color: white !important;
background: red;
}
.gsap-marker-start {
z-index: 99999 !important;
color: white !important;
background: #2cb12c;
}
.gsap-marker-scroller-start {
z-index: 99999 !important;
color: white !important;
background: green;
}
.gsap-marker-end {
z-index: 99999 !important;
color: white !important;
background: #9d1515;
}
.no-transition {
transition: none !important;
overscroll-behavior: none !important;
animation: none !important;
}