Suggestion modification ... depend on people its second option for more biutiful image and presentation ...
check this out : https://manslandlife.tk/forum/v2/
change this :
'.Hero {
margin-top: -1px;
background: url(@headerimg) no-repeat center center fixed;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
background-position: 0 0 !important;
text-align: center;
color: #FFFFFF;
text-shadow: 0 0 2px #FFFFFF;
}'
TO this
'.Hero {
background: url(@headerimg);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
text-align: center;
color: #FFFFFF;
text-shadow: 0 0 2px #FFFFFF;
}'