.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;
}