     body {
        background-image: url('img/Background AED Cabinet Izdelava Omarica.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed; 
        background-size: 100% 100%;
    	}
     .image {background: #ffffff; border: 1px solid #6495ed; margin-right: 1%;margin-bottom: 1%;} 
     .lightbox {position: fixed;left:0;top: 0; z-index: 9999;  text-align: center; background:rgba(0,0,0,0.7);}
     .lightbox img {display:none; margin-top: 5%;padding-bottom: 3%; }
    a.lightbox {color:#363636; text-align: center;text-decoration:none; font-size:1.4vw;}
    a.lightbox:after { content: attr(title);display: block; margin-top:-4%;}
     .lightbox:target {width: auto; height: auto;bottom: 0; right: 0; }
	 .lightbox:target .image { display:inline-block;overflow-y:hidden;}
     