
.wbox-bildzoom-overlay {
    position: absolute;
    background-color: gray;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.wbox-bildzoom-overlay:hover {
    opacity: 0.5;
}
.wbox-bildzoom-imgwrap:last-of-type {
	margin-bottom: 0;
}
.wbox-bildzoom {
	display: block;
}
.wbox-imgtxt a:active, .wbox-imgtxt a:focus{
	outline: none;
}
@media screen and (max-width: 480px) {
	.wbox-imgtxt-img {
		padding-bottom:15px;
		 
    }
}



