/* Your styles here */

.headerImgContainer {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
}

.headerImgContainer>i {
    display: block;
    background: url(/img/promonow-logo.svg) center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}