.banner {
    position: relative;
}

.banner__image {
    display: block;
    width: 100%;
    height: 80vh;
    max-height: 700px;
    object-fit: cover;
}

.banner__title {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 32px;
    color: white;
    box-sizing: border-box;
}

.searcher {
    background: linear-gradient(135deg, #1a3d73, #0d2257);
    padding: 32px;
    box-sizing: border-box;
}

#search-form {
    margin-top: 0 !important;
}

.results {
    padding: 64px 32px;
}