.hero {
    padding: 400px 0;
    position: relative;
}

.hero__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.hero__title {
    font-family: Alverata, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.4;
    font-size: 64px;
    text-align: center;
}

.hero__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.75);
}