.transition{
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.thumbnail{
    outline: none;
}

/* Galleries list section */

.galleries .gallery_cover {
    display: inline-block;
}
.galleries .gallery_cover img, .galleries .gallery_cover span{
    display: block;
}
.galleries .gallery_cover span{
    text-align: center;
    padding-top:6px;
}
.galleries .center{
    text-align: center;
}
.galleries .album_description{
    padding: 10px;
    text-align: left;
}

/* Gallery page */

.gallery .gallery_photo {
    display: inline-block;
}
.gallery .gallery_photo img, .gallery .gallery_photo span{
    display: block;
}
.gallery .gallery_photo span{
    text-align: center;
    padding-top:6px;
}
.gallery .center{
    text-align: center;
}
.gallery .album_description{
    padding: 10px;
    text-align: left;
}

.limiter{
    display: block;
    height: 30px;
    position: relative;
}
.limiter .limit{
    right: 10px;
    position: absolute;
}
.album_link{
    text-decoration: none;
}
.gallery_photo {
  max-height: 428px;
    background-size: cover;
    /* border-top: 30px solid #fff; */
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    overflow: hidden;
    margin-bottom: 30px !important;
    background-position: center;
    background-size: cover;
}

.gallery .gallery_photo a {
    min-height: 457px;
    background: transparent;
    margin-left: -15px;
    width: calc(100% + 30px);
}

.gallery .gallery_photo span{
    text-align: center;
    padding-top:6px;
    top: 370px;
}