#imagesContent{
line-height: 0;
column-count: 3;
column-gap: 0px;
margin-top: 20px;
}
.imageWrapper{
width: 95%;
height: auto;
margin: 0px auto 20px auto;
cursor: pointer;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
display: inline-block;
//overflow: hidden;
background: white;
border-radius: 10px;
img{
width: 100%;
border-radius: 10px 10px 0 0;
}
div{
padding: 20px 20px;
text-align: center;
p{
font-size: 20px;
}
}
}