/* To show bento box items better if something can be selected */
.bento__mediaItem, .bento__mainTextImage  {
    background-color: #eefeff;
}


div.header--noSwitch {
    padding-top: 64px
}
 
@media(min-width:992px), print {
    div.header--noSwitch {
        padding-top: 112px
    }
}

.videoModule__embedContainer {
    position: relative; 
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

.videoModule__embedVideo {
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0; 
    width: 100%;
    height: 100%;
    border: none;
    border-radius: var(--video-module-border-radius);
}