
@media(max-width:767px){
  #rv-vanity-config .flex.overflow-x-auto{
    width:100%!important;
    max-width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    justify-items:stretch!important;
    gap:10px!important;
    overflow-x:visible!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  #rv-vanity-config .flex.overflow-x-auto > .tab-button{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    justify-self:stretch!important;
    text-align:center!important;
  }
}
