#header {
    height: 350px;
}
#header img {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width:992px){
    #header {
        height: 350px;
    }
}
@media (min-width:1620px){
    #header {
        height: 560px;
        padding-bottom: 62px;
    }
}