.BannerMain{width:100%;height:90px;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:rgba(var(--bg))}.BannerLeft,.BannerRight{flex:1;width:50vw;height:90px;display:flex;flex-direction:row;justify-content:center;align-items:center}.BannerButton img{width:50vw;height:90px;-o-object-fit:contain;object-fit:contain;cursor:auto}@media (max-width:768px){.BannerLeft{display:none}.BannerButton img{width:100vw}}