#default-header-image {
    width: 100%;
    height: 500px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#default-header-image:before {
    background: rgba(0, 0, 0, 0.45);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

#default-header-contenuto {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

#default-header-contenuto h1 {
    margin-top: 12%;
}

#default-header-contenuto h1,
#default-header-contenuto h2,
#default-header-contenuto h3,
#default-header-contenuto h4,
#default-header-contenuto h5,
#default-header-contenuto h6,
#default-header-contenuto p {
    color: #fff;
}

div.page-title .category-title {
    margin: 0;
}

@media (max-width: 1199.98px) {
    #default-header-image {
        height: 400px;
    }
}

@media (max-width: 991.98px) {
    #default-header-image {
        height: auto;
    }

    #default-header-contenuto {
        position: relative;
    }
}

@media (max-width: 767.98px) {
}

/* Small devices (max-width 575.98px): Mobile portrait */
@media (max-width: 575.98px) {
    /*#default-header-image {
        height: 550px;
    }*/
}
