.section{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    
    
}

.h2{
    text-align: center;
    font-size: 6rem;
    z-index: 1;
    /* background: #fff; */
    padding: 20px;
    margin: 15px;
    opacity: 0.8;
    font-family: 'Cookie';
}
.video-container{
    position: relative;
    top: 0px;
    left: 0;    
    width: 100%;
}

/* ......... */



