#htmlbanners1 {
    max-width: 1400px;
}

#htmlbanners1 .img-banner {
    width: 100%;
}
#htmlbanners1 .banner-description {
    max-height: 90px;
    overflow: hidden;
}

#htmlbanners1 .banner-description .htmlcontent__title {
    width: 100%;
    padding: 25px;
    font-size: 36px;
    text-align: center;
    color: #fff;
    background-color: rgba(227, 0, 15, 1);
    text-transform: uppercase;
    margin: 0;
}