header {
    padding-top: 100px;
}

.header-figure {
    width: 100%;
    height: 100vh;
    max-height: 800px;
}

#hockey-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-text-lg {
    background: rgba(0, 163, 80, 0.8);
    padding: 40px 60px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header-text-sm {
    background: rgba(0, 163, 80, 1);
    padding: 30px 40px;
    margin-top: -150px;
    position: relative;
}

#impressie {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#next-slide, #prev-slide {
    width: 4rem;
    height: 4rem;
    font-size: 1.7rem;
    border: 0;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    margin: 20px;
    transition: 0.3s;
}

#next-slide:hover, #prev-slide:hover {
    background-color: #dcb333;
    color: #ffffff;
}

.team-card {
    background-color: #ffffff;
    transition: 0.3s;
}

.team-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.team-card-text {
    padding: 20px 25px 45px 25px;
    text-align: center;
}

.teams-btn {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

.cta-img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

@media screen and (max-width: 992px) {
    header {
        padding-top: 83px;
    }
}

@media screen and (max-width: 767px) {
    .header-figure {
        max-height: 600px;
    }

    .header-text {
        padding: 30px 40px;
    }

    .cta-img {
        height: auto;
        position: unset;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 576px) {
    .header-figure {
        max-height: 500px;
    }
}