.homebanner {
    min-height: 605px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .homebanner {
        min-height: 460px;
    }
}

@media screen and (max-width: 480px) {
    .homebanner {
        min-height: unset;
    }
}
.logo {
    max-width:calc(100% - 160px)
}
.logo svg {
    width: 100%;
}