.widget-matuszak-image-fullsize {}

.widget-matuszak-image-fullsize .image{width: 100%; min-height: 900px; max-height: 900px; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important;  position: relative; padding: 100px; display: flex; justify-content: flex-start; align-items: flex-end;}
.widget-matuszak-image-fullsize .image::before{content: ''; height: 100%; width: 100%; position: absolute; top: 0; left: 0; background: #364344; opacity: 0.3; z-index: 1;}

.widget-matuszak-image-fullsize .image .content{max-width: 880px; z-index: 1; position: relative;}

.widget-matuszak-image-fullsize .image .content .text p{color: #fff !important;}

.widget-matuszak-image-fullsize .image .content .text .headlineBig{color: #fff !important;}

.widget-matuszak-image-fullsize .image .content .text .paragraph-mid{color: #E7E7E7 !important;}


@media only screen and (max-width: 1100px){
    .widget-matuszak-image-fullsize .image{padding: 60px}
}


@media only screen and (max-width: 960px){
    .widget-matuszak-image-fullsize .image{padding: 30px}
}

