/*  COLORBOX OVERLAY
//////////////////////////////////////////////////////////////////////////////*/

#colorbox {
    max-width: 80vw;
    max-height: 80vh;
    * {
        max-width: 80vw;
        max-height: 80vh;
    }
    img {
        width: auto !important;
        height: auto !important;
    }
}
