.infografika{
	width:300px;
	height:auto;
	cursor:pointer;
}
#lightbox {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
	display:none;
    z-index: 999;
    background: white;
}
#lightbox p {
    text-align:right;
    color:#000;
    padding-right:20px;
    font-size:30px;
    font-weight:600;
	cursor:pointer;
    float: right;
}
#lightboxcontent{
    clear:both;
}
#lightbox img {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    width:90%;
}
.photography span {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: white;
    font-size:28px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
}