.bottom-right {
    background-color: rgba(255,255,255,.5);
    /*opacity: .6;*/
    padding: .6em 1.5em;
    padding: .9em 2.4em;

    font-weight: bold;
    position: absolute;
    font-variant-caps: all-small-caps;
    bottom: 18px;
    right: 16px;
    color: #403f3f;
}

.bottom-right:hover {
    color: dimgrey;
}

.masonry-item > a {
    display: none;
}


