@media screen and (max-width: 768px) {
  .wrapper.banner {
    height: 200px;
  }
  .wrapper.tab-wrapper {
    width: 100vw;
    height: auto;
    margin: 24px 0 12px;
  }
  .wrapper.tab-wrapper .container {
    width: 100%;
    padding: 0 6px;
    border-bottom: none;
  }
  .wrapper.tab-wrapper .container ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .wrapper.tab-wrapper .container ul li {
    float: none;
    margin-right: 0;
    line-height: 1.2;
    font-size: 14px;
  }
  .wrapper.tab-wrapper .container ul li.active:after,
  .wrapper.tab-wrapper .container ul li:hover:after {
    bottom: -10px;
  }

  .wrapper.photo-wrapper {
    width: 100vw;
    height: auto;
    padding: 0 12px 24px;
    overflow-x: hidden;
  }
  .wrapper.photo-wrapper .row .menu-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 38px;
    padding: 4px 12px;
    margin: 0 0 24px;
    background-size: 100% 200%;
    line-height: 1.2;
    font-size: 14px;
  }
  .wrapper.photo-wrapper .row #layer-photos {
    width: 100%;
    height: auto;
    padding: 0 0 0 12px;
  }
  .wrapper.photo-wrapper .row #layer-photos .photo-item {
    margin-right: 6px;
    margin-bottom: 6px;
  }
}