.fancybox-skin {
    padding: 8px !important;
}

.navi_galerie_wrapper {
    width: 72%;
    margin: 0 0 0 28%;
    padding: 0.5vw;
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    grid-gap: 0.5vw;
    background-color: #ee0000;
}

.navi_galerie{
    margin: 0 0 0 0;
    padding: 0.5vw;
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
    grid-gap: 0.5vw;
    background-color: #fff;
}

.list {
	position: relative;
    display: grid;
    grid-template-rows: 0.6fr 0fr 0fr;
}

.list_image {
}

.list img {
	width:100%;
}
    
.list_image .title {
    position: absolute;
    top: 0;
    text-align:center;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color:#444;
	opacity: 0;
	
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.list_image .title h3 {
    position: absolute;
    top: 8vh;
    width: 96%;
    padding: 0 2% 0 2%;
    font-family: Cuprum, Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color:#fff;
    word-wrap:break-word;
}

.list_image .title h4 {
    position: absolute;
    top: 6vh;
    width: 96%;
    padding: 0 2% 0 2%;
    font-family: Cuprum, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color:#fff;
}

.list_image .title:hover {
	color: #fff;
	opacity: 0.8;
    background-color:#000;
}



/* Laptop ----------- */

@media screen and (max-width: 1024px) {

.navi_galerie_wrapper {
    width: 80%;
    margin: 0 0 0 20%;
}

}

/* Tablet ----------- */

@media screen and (max-width: 768px) {

.navi_galerie_wrapper {
    width: 100%;
    margin: 0 0 0 0;
}

}
