.logout.my-false { display: none; }
.login.my-true { display: none; }
.fs-preview-header { display: none; }
@media screen and (max-width: 767px){
  .fs-body-category-brand-list .fs-c-subgroupList{
    justify-content: flex-start
  }
  .fs-body-category-brand-list .fs-c-subgroupList__item{
    width: 18.4%;
  }
  .fs-body-category-brand-list .fs-c-subgroupList li:nth-child(even) {
    margin-right: 2%;
  }
  .fs-body-category-brand-list .fs-c-subgroupList li:nth-child(5n) {
    margin-right: 0;
  }
  .fs-body-category-brand-list .fs-c-subgroupList li a .fs-c-subgroupList__label{
    font-size: 16px;
  }
    .fs-body-category-brand-list .fs-c-subgroupList li:last-child a .fs-c-subgroupList__label{
    font-size: 13px;
  }
}