Hello!
How can reduce the size of the titles? shown below:
The size of the title occupies the entire space and well not seen the background image.
Best Regards
.gkIsWrapper-gk_game figcaption h2 {
font-size: 50px;
letter-spacing: -2px;
line-height: 50px;
}
@media only screen and (max-width:479px) {
.gkIsWrapper-gk_game figcaption h2 {
font-size: 20px;
line-height: 20px;
}
}