@media screen and (max-width: 767px) {
  .is-show-vip-banner-page {
    padding: 20px 15px 100px 105px
  }

  .all-vi .all-vi-sort .all-sort-list .vi-item {
    margin-right: 10px;
  }

  .all-vi .all-vi-sort .all-sort-list .vi-item:nth-child(2n) {
    margin-right: 0px;
  }

  .kit-home .brand-vi .vi-list .vi-item .img-wraper img {
    /* height: calc((100vw - 60px)/3.03); */
    border-radius: 10px;
  }

  .kit-home .brand-vi .vi-list .vi-item {
    height: auto;
  }
}