.image-gallery.col-12  {
    width: 100%;
    height:20vh;
    line-height: 20vh;

}
.image-gallery.col-6 {
    width: 100%;
    height:50vh;
    line-height: 50vh;
}
.image-gallery.col-4 {
    width: 100%;
    height:20vh;
    line-height: 20vh;
}
.image-gallery.col-3 {
    width: 100%;
    height:15vh;
    line-height: 25vh;
}
.image-gallery.col-8 {
    width: 100%;
    height:20vh;
    line-height: 20vh;
}
.rowtype1-gallery .image-gallery.col-4 {
    height:30vh;
    line-height: 30vh;
}
.rowtype3-gallery .image-gallery.col-4 {
    height:20vh;
    line-height: 20vh;
}
.rowtype5-gallery .image-gallery.col-4 {
    height:15vh;
    line-height: 15vh;
}

.image-gallery {
    background-size:cover;
    background-position: center center;
    margin: 0px;
    padding: 0px;
}

.image-gallery a {
    border-top:2px solid white;
    border-left:2px solid white;
    display:block;
    width:100%;
    height:100%;
    color:#fff;
    font-size:3rem;
    margin:auto;
    padding:0px;
}
.gallery .row {
    border-right:2px solid white;
}
.gallery .row:last-child {
    border-bottom:2px solid white;
}
.gallery.gallery-like-pexels .row {
    border:0;
}
.gallery.gallery-like-pexels a {
    border:0
}

.image-gallery a p{
    display:none;
}
.image-gallery a:hover p{
    display:block;
}

.image-gallery a:hover {
    background-color:rgba(0,0,0,0.6);
}
.gallery.gallery-like-pexels .image-gallery a:hover {
    background: transparent;
}
#gallery-carousel {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.9);
    z-index: 99;
}
#gallery-carousel .carousel,#gallery-carousel .carousel-padding,#gallery-carousel .carousel-inner,#gallery-carousel .carousel-item {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color:rgba(0,0,0,0.9);
}
#gallery-carousel .carousel-padding {
    padding:5%;
}

.carousel-control-prev, .carousel-control-next, .carousel-control-close {
    opacity: 0.8;
}
.carousel-control-prev, .carousel-control-next {
    width:20%;
}
.carousel-control-close {
    position:absolute;
    top:10px;
    right:10px;
    z-index: 999999;
}
.carousel-control-prev-fa, .carousel-control-next-fa,.carousel-control-close-fa {
    color: white;
    padding: 20px;
    border-radius: 50%;
}
#gallery-carousel #legende {
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:auto;
    background-color:rgba(255,255,255,1) ;
    z-index: 100;
    padding:1vh;
    margin-bottom:2vh;
    text-align: center;
    font-size:1rem;
    font-weight: bold;

}
@media (max-width:768px) {
    .image-gallery.col-12,.image-gallery.col-6,.image-gallery.col-4,.image-gallery.col-8 {
        width: 100%;
        height:30vh;
        line-height: 30vh;
    }
    .image-gallery.col-6 {
        height:175px;
        line-height: 175px;

    }
}
