section:first-of-type.bImage {

    padding-top: 0;

}

.cImage img,
.cImage picture img {

    object-fit: cover;
    overflow: hidden;

}

.cImage picture {

    display:flex;
    overflow: hidden;

}

section.bImage .container {

    overflow: hidden;

}

section.bImage {

    width:100%;
    overflow:hidden;
    margin:0 auto;
    color:white;

}

section.bImage table {

    position: absolute;
    top:0;
    left:0;

}

section.bImage .cText {

    font-size: 3vw;

}

section.bImage .cImage,
section.bImage table {

    width:85vw;
    height:45vw;
    margin: 0 auto;

}

section:first-of-type.bImage .cImage,
section:first-of-type.bImage table {

    width:100%;
    height:45vw;

}


/* mobile */

section.bImage.breakPointMobile .cImage,
section.bImage.breakPointMobile table {

    width:85vw;
    height:60vw;

}

section:first-of-type.bImage.breakPointMobile .cImage,
section:first-of-type.bImage.breakPointMobile table {

    width:100%;
    height:60vw;

}

section.bImage.breakPointMobile .cText {

    font-size: 8vw;

}

/* max */

section.bImage.breakPointDesktopLarge .container {

    margin:0 auto;

}

section.bImage.breakPointDesktopLarge .cImage,
section.bImage.breakPointDesktopLarge table {

    width:1360px;
    height:612px;

}

section:first-of-type.bImage.breakPointDesktopLarge .container {

    width:1600px;
    height:720px;
    margin:0 auto;   

}

section:first-of-type.bImage.breakPointDesktopLarge .cImage,
section:first-of-type.bImage.breakPointDesktopLarge table,
section:first-of-type.bImage.breakPointDesktopLarge picture {

    width:1600px;
    height:720px;

}

section.bImage.breakPointDesktopLarge .cText {

    font-size: 50px;

}

