.contactHeader:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    background-image: url("/pix/_5contact/contact.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.contactHeader {
    overflow: auto;
    position: relative;
}

.contactHeader > img {
    max-height: 300px;
    width: auto;
}

.contactHeaderBottom {
    background-color: white;
}



@media screen and (max-width: 600px) {
    .contactHeader > img {
        max-height: 300px;

        width: 100%;
    }
    .contactHeader:before {
        display: none;
    }

}