.widget.header-full {
    padding: 0;
    background-size: cover;
    background-position: top center;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
}

.widget.header-full .content {
    height: 550px;
    background-color: rgba(0, 0, 0, 0.5);
}

body#blog-per-scuole-e-docenti .widget.header-full .content {
    height: auto !important;
    padding-top: 80px;
    padding-bottom: 80px;
	background-color:transparent;
}

@media screen and (max-width: 1200px) {
    .widget.header-full .content {
        height: 400px;
    }
}

.widget.header-full header {
    color: white;
    padding: 30px;
}

@media screen and (min-width: 768px) {
    .widget.header-full header {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        top: 50%;
        transform: translateY(-50%);
    }
}

.widget.header-full .content h1,
.widget.header-full .content h2 {
    margin: 0;
    padding: 0;
}

.widget.header-full .content h1 {
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 0px;
    font-weight: 400;
    text-transform: uppercase;
}

.widget.header-full .content p {
    font-weight: normal;
    font-size: 22px;
    line-height: 29px;
}

@media screen and (max-width: 991px) {
    .widget.header-full .content h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (min-width: 768px) {
    .widget.header-full .row {
        background-color: transparent !important;
    }
}

@media screen and (max-width: 767px) {
    .widget.header-full .content {
        background-color: transparent !important;
    }

    .widget.header-full .row {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .widget.header-full {
        padding-top: 90px;
        padding-bottom: 30px;
    }

    .widget.header-full .content {
        height: auto;
    }

    .widget.header-full header {
        position: relative;
    }

    .widget.header-full .content h1 {
        font-size: 28px;
        line-height: 30px;
    }
}

#notizie .widget.header-full .content {
    height: 117px !important;
}

#notizie .widget.header-full .content h1 {
    font-size: 32px;
}