.gk-grid-title-overlay > figcaption {
background: rgba(0, 0, 0, 0.7);
}
.gk-grid-title-overlay[data-textpos="bottom"] > figcaption {
bottom: -100%;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.gk-grid-title-overlay:hover > figcaption {
bottom: 0;
}
#gk_grid-4 .gk-grid--5 .gk-grid-title-overlay > figcaption h3 {
font-size: 13px;
}
#gk_grid-4 .gk-grid--7 .gk-grid-title-overlay > figcaption h3
#gk_grid-4 .gk-grid--5 .gk-grid-title-overlay > figcaption h3,
#gk_grid-4 .gk-grid--7 .gk-grid-title-overlay > figcaption h3{
font-size: 13px;
}