/* ==========================================================================
   404
   ========================================================================== */
@media screen and (max-width: 767px) {
  div#notfound {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background: none;
    padding: 30px 20px;
    width: 100%;
  }

  div#notfoundBody {
    padding: 0;
  }

  div#notfoundBody h2 {
    padding-top: 0;
  }
  div#notfoundBody h2 img {
    height: auto;
    width: 80%;
  }

  div#notfoundBody p#copy img {
    height: auto;
    width: 80%;
  }

  div#notfoundBody p {
    margin-top: 10px;
  }
}
