/**
* Lightbox
* --------------------------------------------------------------------------------------------------
*/

    #sbCenter {
        width:90% !important;
        margin:0 !important;
        left:5% !important;
  
    }

    #sbBottomContainer {
        width:90% !important;
        margin:0 !important;
        left:5% !important;  
    }

    #sbCenter #sbImage {
        width:100% !important;
        background-size:contain;
        background-position: center center;
    }

    #sbCenter #sbImage > div { 
        max-width:100% !important;
        width:100%;
    }
