#contactImage1 {
    background-image: url(../img/karriere_img_01.png);
    background-repeat: no-repeat;
    height: 300px;
    background-size: auto 100%;
    background-position: center;
    min-width: 200px;
}

#contactImage2 {
    background-image: url(../img/karriere_img_02.png);
    background-repeat: no-repeat;
    height: 300px;
    background-size: auto 100%;
    background-position: center;
    min-width: 200px;
}

#contactImage3 {
    background-image: url(../img/karriere_img_03.png);
    background-repeat: no-repeat;
    height: 300px;
    background-size: auto 100%;
    background-position: center;
    min-width: 200px;
}

@media (max-width: 675px) {
    .contactImages {
        display: block;
    }

    .imgSmall {
        display: block;
    }
}