.page-template-template-over-ons section#galleryslider .container h2{
    display: none;
}

.page-template-template-over-ons section#galleryslider{
    padding-top: 0px;
    background: none;
    position: relative;
    padding-bottom: 120px;
}

.page-template-template-over-ons section#galleryslider:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #011A36;
    content: '';
}

.page-template-template-over-ons .topsection{
    max-width: 840px;
}

.page-template-template-over-ons .topsection h1{
    margin-bottom: 40px;
}

.page-template-template-over-ons .videosection{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 80px 0;
    box-sizing: border-box;
    padding-left: 60px;
}

.page-template-template-over-ons .videosection:before{
    position: absolute;
    background: #F1F5FF;
    content: '';
    left: 0;
    top: 0;
    width: 75%;
    height: 100%;
    border-radius: 20px;
    z-index: -1;
}

.page-template-template-over-ons .videosection a{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.page-template-template-over-ons .videosection .content{
    padding: 40px 0;
}

.page-template-template-over-ons .videosection a img{
    position: absolute;
}

.page-template-template-over-ons .videosection a:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #011A3699;
}

.page-template-template-over-ons .videosection a video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-template-over-ons .strijders{
    padding-top: 120px;
    padding-bottom: 40px;
}

.page-template-template-over-ons .strijders h2{
    margin-bottom: 40px;
}

.page-template-template-over-ons .strijders .itemwrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 60px;
}

.page-template-template-over-ons .strijders .itemwrapper .item .imgwrapper{
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.page-template-template-over-ons .strijders .itemwrapper .item:hover .flipside{
    opacity: 1!important;
}

.page-template-template-over-ons .strijders .itemwrapper .item .imgwrapper .flipside{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #011a36e0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    transition: 0.2s ease-in-out all;
}

.page-template-template-over-ons .strijders .itemwrapper .item img{
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
}

.page-template-template-over-ons .strijders .itemwrapper .item .naam{
    display: block;
    font-weight: 700;
    color: #011A36;
    font-size: 18px;
    margin-bottom: 5px;
}

.page-template-template-over-ons .strijders .itemwrapper .item .functie{
    font-size: 17px;
    color: #011A36;
}

@media screen and (max-width: 1000px) {
    .page-template-template-over-ons section#galleryslider{
        padding-bottom: 80px;
    }

    .page-template-template-over-ons .videosection{
        grid-template-columns: 1fr;
        padding: 40px;
        gap: 20px;
    }

    .page-template-template-over-ons .videosection:before{
        width: 100%;
    }

    .page-template-template-over-ons .videosection .content{
        padding: 0;
    }

    .page-template-template-over-ons .strijders .itemwrapper{
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 650px) {
    .page-template-template-over-ons .strijders .itemwrapper{
        grid-template-columns: 1fr;
    }
}