#cboxOverlay{background: #000; opacity: 0.9; filter: alpha(opacity = 90);}
#cboxMiddleLeft {
    width: 0;
}
#cboxTopLeft {
    width: 0px;
    height:0px;
}
#cboxTopRight{width:0px; height:0px;}
    #cboxBottomLeft{width:0px; height:0px;}
    #cboxBottomRight{width:0px; height:0px;}
    #cboxMiddleLeft{width:0px;}
    #cboxMiddleRight{width:0px;}
    #cboxTopCenter{height:0px;}
    #cboxBottomCenter{height:0px;}
#cboxClose {
    top:0; right:-30px; background:url(../images/close.svg); width:29px; height:29px;
}
#cboxClose:hover {
    background-position: unset;
    opacity: .5;
    transition: all .3s;
}
#cboxContent {
    background: transparent;
    overflow: visible;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    overflow: visible;
}
#cboxLoadedContent {
    margin-bottom: 0px;
    overflow: visible !important;
}
#cboxLoadingOverlay{ 
    background: unset;
}
