.banner-slide-sale{
    position: relative;
    padding-bottom: 30%;
    border-radius: 100%;
}

.img-banner-slide{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 12px;
}

.timer{
    margin-bottom: 0.5rem;
}

#timer > div {
    background: #fff;
    color: #000;
    border-radius: 5px;
    font-size: 14px;
    margin: 2px;
    width: 24px;
    height: 22px;
    text-align: center;
}

@media screen and (max-width: 576px ){
    .title-banner > h2 {
        font-size: 20px;
    }

    #timer > div {
        height: 20px;
    }
}


