

.expcontentgallery_clear{
    clear:both;
}

.expcontentgallery-block{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.expcontentgallery-block figure {
	margin:10px;
}

.expcontentgallery-block figure a img{
    padding: 3px;
    border: 1px solid #eaeaea;
    border-radius: .2rem;
    transition: .3s;
}


.expcontentgallery-block figure a:hover img{
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.12), 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
}


