.sale-banner-top {
    background: #131119;
    color: white;
    /* text-align: center; */
    overflow: hidden;
}
.sale-banner-top img {
    margin: 0;
    display: block;
    height: auto;
    max-height: 60px;
    width: auto;
    max-width: 250vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
