.galleryBackground, .galleryFont {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.galleryBackground {
    position: relative;
    z-index: 9;
    background-color: black;
    opacity: 0;
}

.galleryFont {
    position: relative;
    z-index: 10;
    opacity: 0;
}

    .galleryFont:hover {
        opacity: 1;
    }

    .galleryFont h3 {
        margin: 0;
        color: white;
    }

        .galleryFont h3 img {
            width: 28px;
            display: revert !important;
            margin-left: 20px;
        }
