.cdsNaviOverlayController{

}
.cdsNaviOverlayWrapper{
    background-color: rgb(0,0,0);       /* fallback color */
    background-color: rgba(53, 59, 72, 0.9);
    overflow-x: hidden;
    /* transition: width 1s, height 1s, transform 2s; */
    height: 0;
    width: 0;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
}
.cdsNaviOverlayContent{
    color:#efefef;
}
.cdsNaviOverlayBtnClose{
    position: absolute;
    font-size: 40px;
    top: 15px;
    right: 35px;
}
.cdsWrapperClose{
    width: 0;
    height:0;
}
.cdsWrapperOpen{
    width: 100%;
    height: 100vh;
}
.cdsMediaBody{
    color:#efefef;
}
.cdsMediaBody .cdsMediaHeading{
    color:#efefef;
}
.cdsMediaObject{
    width: 200px;
}
.cdsMediaRow{
    margin-top: calc(100vh - 45%);
}
.cdsMediaSubRow{
    margin-top: 1em;
    margin-bottom: 1em;
}
.cdsMediaSubColTxt{
    text-align: center;
}