/* ----------------------------------------------------------------------------------- */
/* gallery-justified.css */
/* ----------------------------------------------------------------------------------- */
.gallery-justified-container {
    width:100%;
}

.gallery-justified-header {
    padding: 0 10px;
}

.gallery-justified-item {
    border-radius: 8px;
    box-sizing: border-box;
}

img.gallery-justified-image {
    display: block;
    padding: 20px 0;
    width: 100%;
    height: auto;
}

.gallery-justified-item:hover .gallery-item-title-hover {
    display: block;
}

.gallery-justified-item .gallery-item-title-beneath {
    position: absolute;
    bottom: -50px;
    left: 0;
    margin-top:50px;
}

/* ----------------------------------------------------------------------------------- */
/* Media queries */
/* ----------------------------------------------------------------------------------- */