
.referenssitausta {
    background: url(Otherbackgroundimages/Talon_Perustan_takymetrimittaus.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 600px;
  }

  .laserkeilaustausta {
    background: url(Otherbackgroundimages/LaserkeilausTausta.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 600px;
  }

  .esittely {
    background: url(Otherbackgroundimages/KaupunkiMaisemakuva.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 600px;
  }
  
  .Yhteystiedot_tausta{
    background: url(Otherbackgroundimages/Toimisto.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 600px;
  }  


  @media only screen and (max-width: 630px) {

 
  .referenssitausta {
    background: url(mobilepictures/ReferenssitMobiili.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 400px;
  }
  
  .Yhteystiedot_tausta {
    background: url(Otherbackgroundimages/Toimisto.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 400px;
  }

  
.palvelut_tausta_mobiili {
    display: block;
    background: url(Otherbackgroundimages/KaupunkiMaisemakuva.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 400px;
  }

  .laserkeilaustausta {
    background: url(Otherbackgroundimages/LaserkeilausTausta.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 400px;
  }
  
}

@media only screen and (min-width: 2000px) {


    .referenssitausta {
        background: url(Otherbackgroundimages/Talon_Perustan_takymetrimittaus.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        height: 950px;
      }

      .laserkeilaustausta {
        background: url(Otherbackgroundimages/LaserkeilausTausta.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        height: 950px;
      }
    
      .esittely {
        background: url(Otherbackgroundimages/KaupunkiMaisemakuva.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        height: 950px;
      }
      
      .Yhteystiedot_tausta {
        background: url(Otherbackgroundimages/Toimisto.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        height: 950px;
      }  
    

}