/* Forza il Masthead di Eurosam a tutto schermo */
.page-masthead, 
.page-masthead .masthead-fullwidth,
.page-masthead .container,
.page-masthead .t3-module {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding: 0 !important;
    left: 0 !important;
}

/* Rimuove eventuali scroll orizzontali causati dalla forzatura sopra */
body {
    overflow-x: hidden !important;
}
@media screen and (min-width: 992px) {
    .page-masthead .row-feature {
        padding: 0px 0 !important;
    }