.video__banner {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 665px;
}

.video__banner .video__container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .video__banner .video__container .video__content {
        width: 100%;
        height: 100%;
    }