.gallery-st .article .details{text-align:center;margin-top:2rem}.gallery-st .article .details span{font-size:.7rem;color:#626262}.gallery-st .article .details span:after{content:" | "}.gallery-st .article .details span:last-child:after{content:""}


.article .article-media .article-media-item-inner {
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

.article .article-media img {
    width: 100%;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;

}

.article .article-media .article-media-item-inner:hover::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '+';
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
    top: 0;
    left: 0;
    font-size: 4rem;
    font-weight: 200;
    cursor: pointer;
}