.achtergrondfoto {
    background-image: url("../images/2023_mc_supersport.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    /*min-height: 40em;*/
    /*background-attachment: fixed;*/
}
.achtergrondfoto2{
    background-image: url("../images/segment-mc-hyper-naked.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}