body div#deelnemersdetails .details .dln_image {
    min-height: 400px;
    background-position: center;
}

.nav_image, .drv_image {
    min-height: 220px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    background-repeat: no-repeat;
    margin: 4px;
    max-width: 240px;
}

#Single-nieuws table#bodyTable * {
    border: none!important;
    max-width: none!important;
}

table#bodyTable {
    border: none;
}

table#bodyTable * {
    border: none;
    text-align: center!important;
    max-width: none!important;
}

.dln_details .team{
    display: flex;
    flex-flow: row wrap;
    padding-top: 24px;
}

.dln_details .driver, .dln_details .navigator{
    flex: 0 0 50%;
}

.driver .driver_image, .navigator .navigator_image{
    aspect-ratio: 1/1;
    max-width: 70%;
    object-fit: cover;
    object-position: center;
}

.block_container .youtube-player .play{
    background-image: url(play-solid.png);
    background-size: contain;
}