.post-meta {
pointer-events: none!important;
} @media only screen and ( min-width: 768px ) {
.three-column-grid .et_pb_grid_item {
width: 33.333% !important;
margin: 0 0 4.5% 0 !important;
}
.three-column-grid .et_pb_grid_item:nth-child(3n) {
margin-right: 0 !important;
}
.three-column-grid .et_pb_grid_item:nth-child(3n+1) {
clear: left;
}
.three-column-grid .et_pb_grid_item:nth-child(4n+1) {
clear: unset !important;
} .three-column-grid .et_pb_grid_item:hover {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.three-column-grid .et_pb_grid_item:hover {
-webkit-transform: scale(1,1.1);
transform: scale(1,1.1);
}   .three-column-grid h2.et_pb_module_header {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: auto;
padding:5px;
padding-bottom:5px !important;
text-align: center;
margin-top: 0px!important;
z-index: 3;
background-color:white; } .three-column-grid .et_pb_grid_item:hover h2.et_pb_module_header {
opacity: 1;
} .three-column-grid span.et_overlay:before {
content: '';
} .three-column-grid .et_pb_grid_item:hover span.et_overlay {
opacity: 1;
z-index: 3;
} .three-column-grid p.post-meta {
position: absolute;
top:50%;
left: 50%;
transform: translate(-50%, 150%);
width: auto;
padding:5px;
padding-bottom:5px !important;
text-align: center;
margin-top: 0px!important;
z-index: 3;
opacity: 0; 
background-color: white;
} .three-column-grid .et_pb_grid_item:hover p.post-meta {
opacity: 1;
}
}
@media only screen and ( max-width: 768px ) {
.three-column-grid p.post-meta {
opacity: 1;
}
.three-column-grid h2.et_pb_module_header {
opacity: 1;
}
}