/**
 * Custom CSS
 */

.bottom-padding {
padding-bottom: 5px;
}


.hover-text .fsImageCaptioned {
    position: relative;
}

.hover-text .fsImageCaptioned figcaption {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}

.hover-text .fsImageCaptioned:hover figcaption {
    opacity: 1;
}

/*End CSS */