#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxContent{}
#cboxTitle{display: none;}
#cboxCurrent{display: none;}
#cboxLoadingGraphic{display: none;}
#cboxSlideshow{display: none;}
#cboxPrevious{display: none;}
#cboxNext{display: none;}
#cboxClose{display: none; border:0; border-radius: 4px; background: #fff; box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2); padding:0; margin:0; overflow:visible; width:auto; font-size: 0; width: 30px; height: 30px; position: absolute; right: 10px; top: 10px;}
#cboxClose.visible{display: block;}
#cboxClose:focus{outline: none;}
#cboxClose::before {content: ''; position: absolute; left: 14px; top: 5px; width: 2px; height: 20px; background: #202020; transform: rotate(-45deg); pointer-events: none;}
#cboxClose::after {content: ''; position: absolute; left: 14px; top: 5px; width: 2px; height: 20px; background: #202020; transform: rotate(45deg); pointer-events: none;}
#cboxClose:active {outline:0;}