.site-heading {
position: absolute;
display:block;
margin-left:auto;
margin-right:auto;
text-align: center;
color: #000;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.site-header container-fluid{
position: absolute;
background-image: url(www.festadellacollina.it/wp-content/themes/envo-blog/img/bg.jpg);
background-size: 100% auto;
background-repeat: no-repeat;
background-size: cover;
min-height: 100%;
max-width: 50%;
}