.video-scroll-fix iframe {
pointer-events: none;
}

.video-scroll-fix.active iframe {
pointer-events: auto;
}

.about-links {
color: #ffffff;
text-decoration: none;
border-bottom: 2px solid transparent;
transition: all 0.25s ease;
}

.about-links:hover {
border-bottom: 2px solid #ffffff;
}