@media screen and (max-width: 766px) {
  section.floorguide {
    margin-bottom: 90px; }
    section.floorguide nav {
      position: relative;
      background: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      margin-bottom: 10px;
      padding-top: 10px;
      width: 90%;
      margin: 0 auto; }
      section.floorguide nav button {
        width: 30%;
        cursor: pointer;
        position: relative; }
        section.floorguide nav button img {
          width: 100%; }
    section.floorguide .target {
      background: #fff;
      margin: 0 auto;
      width: 90%;
      max-width: 1100px;
      overflow: hidden;
      position: relative; }
      section.floorguide .target figure {
        position: relative;
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -ms-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        left: 0;
        width: 300%; }
        section.floorguide .target figure img {
          width: 33.3333%;
          display: block;
          float: left; } }
