body {
  margin: 0;
  padding: 0;
  width: 100%;;
  height: 100%;
}

  #resize {
    display: block;
    background-color: #000;
    background-color: rgba(170,0,0,0.7);
    box-shadow: 0 0 0.25em rgba(0,0,0,0.7);
    color: #fff;
    padding: 0.5em 0.75em;
    position: fixed;
    top: 0.25em;
    right: 0.25em;
    z-index: 10;
    font-size: 1.25em;
  }
    .original #resizeText {
      display: none;
    }
    .original #resizeTextBack {
      display: inline-block;
    }
    #resizeTextBack {
      display: none;
    }
    #resize:hover > #resizeHelp{
      display: block;
    }

    #resize #resizeHelp {
      font-size: smaller;
      clear: both;
      width: 15em;
      padding: .5em;
      background-color: #000;
      background-color: rgba(0,0,0,0.5);
      display: none;
      position: absolute;
      top: 3em;
      right: 0;
    }

@media (max-width: 700px) {
  #resize {
    display: none;
  }
}


#page {
  font-size: 1.3em;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

#placeholder {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 2122.4%;
  background: url(homepage-mobile_.webp) center top no-repeat;
  background-size: 100% auto;
}
  /*Resized image*/
  .original #placeholder {
    background-size: 375px auto;
    padding-bottom: 0;
    height: 7959px;
  }

  #home2 #placeholder {
    /* padding-bottom: 179.375%; */
    background: url(home2.png) center top no-repeat;
  }
    /* .original #home2 #placeholder {
      padding-bottom: 0;
      height: 2583px;
    } */

  #area #placeholder {
    background-image: url(practice-area.png);
    padding-bottom: 97.580645%;
  }

    .original #areas #placeholder {
      padding-bottom: 0;
      height: 1377px;
    }

  #insights #placeholder {
    background-image: url(insights.png);
    padding-bottom: 128.18448%;
  }

     .original #areas #placeholder {
      padding-bottom: 0;
      height: 1751px;
    }

#page5 #placeholder {
    background-image: url(gallery.png);
    height: 1999px;
  }

  #page6 #placeholder {
    background-image: url(contact.png);
    height: 1229px;
  }
