.image_header {
height: 300px;
background-image: url("../img/404error.png");
background-size: cover;
background-repeat: no-repeat;
background-position: 58% 50%;
}
.bannertext{
    padding-top:110px;
    font-size: 40pt;
    line-height: 50px;
    font-style: italic;
    font-weight: lighter;
}
.errormessage{
    padding-top: 20px;
    padding-bottom: 20px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 979px) {
}


@media (max-width: 767px) {
    .bannertext{
        padding-top:80px;
        width: 250px;
    }
}