.body-landing {
background-image: url(/img/vehicle-select-bg.jpg);
}
#home-section2{
    height:640px;
    background-color:#555;
    background-image:url(/img/en-EU/1_Home_Carousel_50.jpg);
    background-position:center;
    background-size:cover;
    text-align:right;

}
#home-section3{
    height:640px;
    background-color:#777;
    background-image:url(/img/en-EU/2_Home_Carousel_50.jpg);
    background-position:center;
    background-size:cover;
    text-align:left;
}
#home-section4{
    height:640px;
    background-color:#DDD;
    background-image:url(/img/en-EU/3_Home_Carousel_50.jpg);
    background-position:center;
    background-size:cover;
    text-align:right;
}
@media (max-width: 480px){
  #home-section2 {

}

}