
/*
*------------------------------------
* 
* GALLERY
* 
*------------------------------------
*/
.module-gallery--wrapper {
    margin: 30px auto;
}

.module-gallery--lightbox-wrapper {
    background-color: transparent;
    margin: 15px auto;
}

ul.module-gallery--lightbox {
    padding: 0;
    list-style: none;
}


li.module-gallery--thumbnail {
    display: inline-block;
    margin: auto;
    padding: 0;
}

.module-gallery--thumbnail-inner {
    display: block;
    padding-bottom: 100%;
    position: relative;
    margin: 7.5px;
}

.module-gallery--thumbnail-inner > a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}


.module-gallery--thumbnail a:hover {
    color: #fff;
    text-decoration: none;
}
