.banner-moods {
    height : 126px;
    border-radius: 16px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;

}

.banner-moods .label-moods {
    background: linear-gradient(180deg, rgba(33, 37, 41, 0) 45%, #212529 100%);
    padding : 16px 24px;
}