/**
 * Css for Widget - Allineato a hero-solutions
 */
.block-image-header-blog {
}

.block-image-header-blog .blockImage{
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.block-image-header-blog .blockImage>picture{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-image-header-blog .blockImage-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.block-image-header-blog .blockImage-title-container {
    position: relative;
    z-index: 2;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.block-image-header-blog .blockImage-title-container .container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-image-header-blog .blockImage-title-container h1{
    font-family: 'Roboto', sans-serif;
    font-size: 3.5rem;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.block-image-header-blog .blockImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/*
xs      <576px      col-            smart-phone
sm      ≥576px 	    col-sm
md      ≥768px 	    col-md          ipad
lg      ≥992px 	    col-lg          ipad pro
xl      ≥1200px 	col-xl          desktop
xxl     ≥1400px     col-xxl
*/

/*============================================================
 *
 * XXL  desktop large
 *
 */
@media (min-width: 1400px) {

}

/*============================================================
 *
 * XL   desktop
 *
 */
@media (max-width: 1399px) {

}

/*============================================================
 *
 * LG   small desktop
 *
 */

@media (max-width: 1199px) {

}

/*============================================================
 *
 * LG   ipadpro
 *
 */
@media (pointer:coarse) and (max-width: 1199px) {

}


/*============================================================
 *
 *  MD  ipad
 *
 */
@media (max-width: 991px) {

}


/*============================================================
 *
 *  SM smart-phone 576-767
 *  XS 0-567
 */
@media (max-width: 767px) {
    .block-image-header-blog .blockImage{
        min-height: 300px;
    }

    .block-image-header-blog .blockImage-title-container {
        padding: 60px 0;
    }

    .block-image-header-blog .blockImage-title-container h1{
        font-size: 2.5rem;
    }

}


/*============================================================
 *
 * XS   smartphone
 *
 */
@media (min-width: 10px)  and (max-width: 575px) {

}
