/*
    
    01 -- font
    02 -- lightbox

*/

/* [start] 01 -- font  */


/* [end] 01 -- font  */

/* [start] 02 -- lightbox  */

  #cboxContent,
  #cboxLoadedContent {
    max-width: 95vw;
    height: fit-content !important;
  }
  
  .cboxPhoto {
    max-width: 95vw!important;
    height: auto!important;
  }

/* [end] 02 -- lightbox  */

