/*****  GALERIE RESPONSIVE  *****/
.content-gallery li:before {
    content:none;
}
.content-gallery li {
    position:relative;
    overflow:hidden;
    float:left;
    margin-bottom:4px;
    margin-left:0;
    padding-left:0;
    vertical-align:middle;
    text-align:center;
    font-size:0;
    line-height:0;
    box-sizing: border-box;
    padding-right:2px;
    padding-left:2px;
}
.content-gallery li a {
	display: block;
    overflow: hidden;
}
.content-gallery figure {
    margin:0;
}
.content-gallery .caption {
    position:absolute;
    top:0;
    background: var(--col1);
    color:#fff;
    padding:8px;
    box-sizing:border-box;
    font-size: 14px;
    line-height: 16px;
    transition:all 0.5s ease;
    width:auto;
    height:auto;
}

/* Galerie row */
.content-gallery--cols-1 li {
    width:100%;
}
.content-gallery--cols-2 li {
    width:50%;
}
.content-gallery--cols-3 li {
    width:33.33333333333333%;
}
.content-gallery--cols-4 li {
    width:25%;
}
.content-gallery--cols-5 li {
    width:20%;
}
.content-gallery--cols-6 li {
    width:16.666666666666664%;
}
.content-gallery--cols-7 li {
    width:14.2857142857%;
}
.content-gallery--cols-8 li {
    width:12.5%;
}
.content-gallery--cols-9 li {
    width:11.1111111111%;
}
.content-gallery--cols-10 li {
    width:10%;
}
.content-gallery--cols-11 li {
    width:9.0909090909%;
}
.content-gallery--cols-12 li {
    width:8.3333333333%;
}
.content-gallery li {
    padding-right:2px;
    padding-left:2px;
}
#cboxContent {
	margin-top: 30px;
}
#cboxTitle {
	font-size: 20px!important;
    top: -25px;
}
@media screen and (max-width: 992px) {
    .content-gallery li {
        width:50%!important;
    }
}
@media screen and (max-width: 700px) {
    .content-gallery li {
        width:100%!important;
    }
}