﻿.headerBackgroundImageUrl,
.d-background-image-1 {
    top: 0px;
    position: static;
    left: 0px;
}
.w-optional-header,
.headerBackgroundImageUrl img,
.d-background-image img {
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    width: 100vw;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: -999;
    margin: 0px;
    padding: 0px;
}
.headerBackgroundImageUrl img,
.d-background-image-1 img {
    width: 100vw;
}




.header-image-1> img{
    height:160px;
}
.w-site.d-standard-background-image{
z-index:-999;
}