@media (max-width: 480px) {
  .uc-gl04-mobile-row .t155 {
    overflow: hidden !important;
  }
  .uc-gl04-mobile-row .t155__container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: scroll !important;
    scroll-snap-type: x mandatory !important;
    height: 360px !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .uc-gl04-mobile-row .t155__tile {
    flex: 0 0 85% !important;
    width: 85% !important;
    min-width: 85% !important;
    height: 360px !important;
    scroll-snap-align: start !important;
    overflow: hidden !important;
    margin-right: 8px !important;
  }
  .uc-gl04-mobile-row .t155__tile img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}