.au-pair {
    padding: 40px 0px 10vh 0px;
    position: relative;
}

@media(max-width:768px) {
    .au-pair {
        padding: 15px 0px 10vh 0px;
    }
}

.au-pair .wp-cover {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    overflow: clip;
    padding: 1em;
    position: relative;
}

.au-pair .wp-cover video {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    min-height: 400px;
}

.au-pair .wp-block {
    color: white;
    /* width: 100%; */
    z-index: 1;
}

.au-pair h1 {
    font-size: 2em;
    margin: 0.67em 0;
}