
.videoBox .content{
        position: absolute;
        z-index: 2;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
        padding: 50px;
        
    }