section.videosectie {
    position: relative;
    height: 70vh;
}

.videosectie .ervaring-container {
    background-color: #E40518;
    color: white;
    text-align: center;
    width: 100%;margin: 0;
}

.videosectie .ervaring-container h2 {
    font-size: 4rem;
    font-family: 'Raleway', 'poppins', 'sans-serif';
}

.videosectie .ervaring-container h3 {
    font-family: 'Raleway', 'poppins', 'sans-serif';
}

.videosectie .video-link-container {
    color: white;
    background: linear-gradient(to top, rgba(85, 135, 177, .9), rgba(145, 1, 1, .9));
    width: 100%;
    margin: 0;
    text-align: center;
}

.videosectie .video-link-container svg {
    width: 1rem;
    height: 1rem;
    margin-right: 1rem;
}

.videosectie .background-video, .videosectie .background-image, .videosectie .hero-background-media {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.videosectie .overlay {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
}