#dd-lightbox-overflow{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 0,0,0,0.5 );
	z-index: 9999;
}

#dd-lightbox-popup{
	position: fixed;
	top: 50%;
	width: 500px;
	height: auto;
	left: 50%;
	z-index: 10000;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#dd-lightbox-popup img{ width: 100%; height: auto; margin:0 auto; }
.dd-lightbox-wrap{ display: table; width: 100%; height: 100%; vertical-align: middle; text-align: center; }
.dd-lightbox-wrap a, .dd-lightbox-wrap img{ display: table-cell; vertical-align: middle; }


#dd-lightbox-close{
	position: absolute;
    top: -20px;
    right: -20px;
    background: #000 url(close.svg) no-repeat center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    font-family: inherit;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
	-webkit-background-size: 38%;
	-moz-background-size: 38%;
	-o-background-size: 38%;
	background-size: 38%;
}
.dd-credit{ text-align:center; padding: 5px 0; font-family: inherit; font-size:12px; color:#fff; }
.dd-credit a{ color:#fff; }