.masonry-img:hover:after{
	background: rgba(161,54,45,0.5);
	content: '\f00e';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	position: absolute;
	display: grid;
	top:0;
	width: calc(100% - .25rem);
	height: 100%;
	align-items: center;
	text-align: center;

}

.masonry-load-more.is-loading {
  opacity: .7;
  pointer-events: none;
}
