.background-logistics{
    background-image: url("../img/mobil/logistics.jpg");
    height: 60vh;
    background-position: center;
    background-size: cover;
}




@media only screen and (min-width : 320px) {}

@media only screen and (min-width : 480px) {}

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

@media only screen and (min-width : 992px) {
    .background-logistics{
        background-image: url("../img/web/logistics.jpg");
    }
}

@media only screen and (min-width : 1200px) {}
