#header_bild {
    display: block;
    width: 100%;
    height: 545px;
    background-image: url("../../../files/helenas-inspiration/banner/banner_1-6.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

