.billede-boks {
    display: flex;
    margin-right: 10px;
    flex-wrap: wrap; 
    margin: auto;
    margin-left: 10px;
}

.mekaniker-billeder {
    height: 300px;
    width: 100%;
    object-fit: cover; 
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
}

.mekaniker-billeder-v2 {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    margin-bottom: 5px;
} 

@media screen and (min-width: 768px) {

    .mekaniker-billeder-v2 {
        height: 300px;
        width: 150px;
        object-fit: cover; 
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        border-radius: 15px;
    }

    .mekaniker-billeder {
        height: 300px;

        object-fit: cover; 
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        border-radius: 15px;
    }
}