@charset "utf-8";

/*
-----------------------------------------------------------------------------------------
BASE LIGHTBOX CSS
RPS
Email: production@rpsdigital.com

--------------
NOTES
--------------


--------------
CONTENTS
--------------
## LIGHTBOX

-----------------------------------------------------------------------------------------
*/

/*  ## LIGHTBOX ---------------------------------------------------------------------*/
#lb-overlay {
height: 500px;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 3002;
}
#lb-container {
left: 0;
line-height: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 3003;
}
#lb-fixed {
position: fixed;
width: 100%;
}
#lb-contents  {
text-align: center;
position: absolute;
width: 100%;
}
