.teaser {
    position: relative;
    height: 75vh;
    max-height: 40rem;
    width: 100%;
    overflow: hidden;
    }

    .teaser video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    }

    .teaser .container {
    position: relative;
    z-index: 2;
    }

    .teaser .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0;
    z-index: 1;
    }

    .teaser img:hover, .logo img:hover {
        transform: scale(1.05);
    }

    .g-recaptcha > div {
        margin: 0 auto;
    }