.sfondo-crossland {
  height: 60vh;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.21) 100%), url(../imgs/01_Opel_Mokka_512749.jpg);
  background-size: cover;
  background-position: center;
}

/* @media screen and (max-width: 750px) {
  .sfondo-crossland {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.1) 100%), url(../imgs/Opel-Crossland-X-306461.jpg);
  }
} */

.sfondo-mokka {
  height: 60vh;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.21) 100%), url('../imgs/01_Opel_Mokka_512749.jpg');
  background-size: cover;
  background-position: center;
}

/* @media screen and (max-width: 750px) {
  .sfondo-mokka {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.1) 100%), url(../imgs/05_Opel_Mokka-e_513083.jpg);
  }
} */