.blockText p {
  padding-bottom: 0.2em;}
  
  "/*--------------- HOME ---------------*/
/* Custom captions: */
/*.customCaption class is added to the block*/
.customCaption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
/*background-color: #222222;*/
background-color: rgba(34,34,34,.60);
padding: .75em;
opacity: 0;
-webkit-transition: opacity 1s ease; 
-moz-transition: opacity 1s ease; 
-o-transition: opacity 1s ease; 
-ms-transition: opacity 1s ease; 
transition: opacity 1s ease;}

.customCaption p {
color: #FFF;
font-size: 12px;}

.customCaption h2 {
color: #FFF;
text-align: center;}

.imageGallery:hover .customCaption {
opacity: 1;
-webkit-transition: opacity 1s ease; 
-moz-transition: opacity 1s ease; 
-o-transition: opacity 1s ease; 
-ms-transition: opacity 1s ease; 
transition: opacity 1s ease;}"