@media all and (max-width: 640px) {
  body {
    height: auto !important; }

  .pad {
    display: none; }

  .phone {
    display: block;
    background: #00b380; }
    .phone > img {
      max-width: 100%;
      heigth: auto; }
    .phone ul {
      padding: 1.5em 2em 3em;
      overflow: hidden; }
      .phone ul li {
        width: 45%;
        float: left;
        margin: 0; }
        .phone ul li:first-child {
          padding-right: 5%; }
        .phone ul li:last-child {
          padding-left: 5%; }
        .phone ul li img {
          width: 100%; } }

/*# sourceMappingURL=iphone.css.map */
