    .video-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    video {
        max-width: 850px;
        width: 100%;
        height: auto;
    }


.logo-top { position: relative;
    top: 20px; } 

.logo-btm { position: relative;
    bottom: 20px; } 

