

header#custom-header{
    display: flex;
}

header#custom-header:before {
    content: "";
    display: block;
    position: relative;
    width: 20%;
    min-width: 240px;
    max-width: 360px;
    z-index: -1;
    flex-shrink: 0;
}

