.masonry-wrapper a {display:block; overflow:hidden;}

.masonry {
	background-color:#d9d9d9;
	border-radius:5px;
	margin-bottom:1.5rem;
	height:303px;
	box-shadow: 15px 10px 20px 0 rgba(0, 0, 0, 0.0);
	-webkit-transition: all 0.33s ease;
	-o-transition: all 0.33s ease;
	transition: all 0.33s ease;
	background-size:cover!important;
	background-position:center!Important;
  overflow:hidden;
  display:block;
}

.masonry.block-2,
.masonry.block-3,
.masonry.block-6 {
	height:188px;
}

.masonry:hover {
	-webkit-box-shadow: 2px 10px 50px 2px rgb(0 0 0 / 10%);
    box-shadow: 2px 10px 50px 2px rgb(0 0 0 / 10%);
	-webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.masonry .overlay {
	position:absolute;
	top:100%;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(255,255,255,0.95);
	opacity:0;
	transition: all 0.200s ease-in-out;
	padding:25px;
	text-align:left;
	color:#262628;
    font-weight: Bold;
font-size: 15px;
line-height: 18px;
  display:none;
}
.masonry .overlay .cta_button {
	color:var(--primary)!important;
}

.masonry:hover .overlay {
	top:0;
	opacity:1;
	z-index:20;
  font-weight: Bold;
font-size: 15px;
line-height: 18px;
  align-content: center;
    display: grid;
}

.overlay .bottom {
	margin-top:1.5rem;
}
