section:first-of-type.bVideo {

    padding-top: 0;

}

.cVideo video {

    object-fit: cover;

}

.cVideo {

    position: relative;

}

section.bVideo,
.block.bVideo {

    margin: 0;
    color:white;

}

section.bVideo .cVideo {

    width:100%;
    height:45vw;
    margin:0 auto;

}

section.bVideo .cText {

    font-size: 3vw;

}


.bVideo table {

    width:100%;
    height:45vw;
    position: absolute;
    top:0;
    left:0;

}

/* mobile */

section.bVideo.breakPointMobile .cVideo {

    width:100%;
    height:60vw;

}

section.bVideo.breakPointMobile .cVideo table {

    width:100%;
    height:60vw;

}

section.bVideo.breakPointMobile .cText {

    font-size: 8vw;

}

/* max */

section.bVideo.breakPointDesktopLarge .cVideo,
section.bVideo.breakPointDesktopLarge table {

    width:1600px;
    height:720px;

}

section.bVideo.breakPointDesktopLarge .cText {

    font-size: 50px;

}



