.mobile-only {
  display: none;
}

/* iPHONE SIZES */
@media only screen and (min-width : 320px) and (max-width : 900px) {

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none !important;
  }

  .services {
    width: 100%;
    margin: 0px;
  }

  .serviceheader {
    margin-top: 40px;
  }

  .services h2 {
    margin-bottom: 0px;
  }

  .propertytxt {
    padding: 20px 0px;
  }

  .propertybox {
    margin-bottom: 30px;
  }

  .mapbox {
    margin-bottom: 30px;
  }

  .handling {
    width: 90%;
    left: 5%;
    top: 40%;
  }

  .readmore {
    bottom: 7%;
  }

  .prop-holder {
    height: 1100px;
  }

  .menu .logo {
    margin: 0px;
    position: absolute;
    left: 20%;
    width: 60%;
    top: 20px;
    padding-top: 0px;
  }

  .menu {
    width: 100%;
    overflow: hidden;
  }

  .menu a {
    margin: 0px;
    padding: 180px 9px 0px 9px;
  }

  .properties {
    max-width: 100%;
    overflow: hidden;
  }

  .getintouch {
    height: auto;
  }

}


/* iPAD SIZES  */
@media screen and (min-width : 720px) and (max-width : 1099px) { 

}

@media screen and (min-width : 1100px) and (max-width : 1220px) { 

}


/* BIGGER SIZES */
@media screen and (min-width : 1600px) { 

}


