.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gateway__header {
    margin-top: 0!important;
}

.videoheader {
    width: 40%;
    margin-left: 15%;
  /*  margin-top: 20%;*/
}

.behind
{
    z-index: -100;
}

.signature-behind
{
    margin-top: -220px;
    margin-left: 30px;
}


@media screen and (max-width: 1200px) {
    .videoheader {
        width: 70%;
        /*margin-top: 20%;*/
    }
}

@media screen and (max-width: 991px) {
    .videoheader {
        width: 100%;
        margin-top: 20%;
    }
}

@media screen and (max-width: 991px) {
    .videoheader {
        width: 90%;
      /*  margin-top: 40%;*/
    }
}

@media screen and (max-width: 991px) {
    .gateway__header {
        height: 50vh;
    }
}

@media screen and (max-width: 991px) {
    .gateway__header .videoheader {
        position: absolute;
        /* bottom: calc(20% + 2.5rem); */
        left: 0;
        right: 5%;
        opacity: 0;
        z-index: 2;
        visibility: hidden;
        -moz-transform: translate3d(0, 2rem, 0);
        -ms-transform: translate3d(0, 2rem, 0);
        -webkit-transform: translate3d(0, 2rem, 0);
        transform: translate3d(0, 2rem, 0);
        margin-left: 0;
    }
}