.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: 50%;
    margin-left: 10%;
  /*  margin-top: 20%;*/
}


@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;
    }
}