
.container-hilton-cardapio-box-image-title-header .wrapper-box-title-image-header {
    position: relative;
    width: 100%;
    height: auto;
}

.container-hilton-cardapio-box-image-title-header .wrapper-box-title-image-header img {
    width: 100%;
    display: block;
}

.container-hilton-cardapio-box-image-title-header .content {
    position: absolute;
    top: 0;
    text-align: center;
    color: #fff;
    display: flex;
    min-height: 100px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
    width: 100%;
    height: 100%;
}

.container-hilton-cardapio-box-image-title-header .content .title, 
.container-hilton-cardapio-box-image-title-header .content .title h1 {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    font-family: "Loew";
}

.container-hilton-cardapio-box-image-title-header .content .description {
    margin-bottom: 0;
    color: #fff;
    font-family: "Loew";
}

@media(max-width: 1365px) {
    .container-hilton-cardapio-box-image-title-header .wrapper-box-title-image-header {
        height: 100px;
        width: 100%;
        overflow: hidden;
    }

    .container-hilton-cardapio-box-image-title-header .wrapper-box-title-image-header img {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: cover;
    }
}