
.masonryitem_parent {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.masonryitem_img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	min-height: 100%;
}

.big .masonryitem_parent:last-child {
	margin-top: 0px;
	min-height: 765px;
}
.big .masonryitem_img {
	margin-top: 0px;
	min-height: 765px;
}
.masonryitem_caption {
	// background: rgba(249, 249, 248, 0.03);
	background: linear-gradient(0deg,rgba(0, 0, 0, .7) 8%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	bottom: 0px;
	margin: 0px;
	color: #fff;
	text-align: left;
	padding: 20px;
	width: 100%;
	overflow: hidden;
	transition:.4s;
}

.masonryitem_headline {
	margin: 0 auto;
	width: 100%;

	margin-bottom: 0.05rem;
	font-size: 0.875rem;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
/* .masonryitem_headline h2 {
	margin-bottom: 0.05rem;
	font-size: 1.1rem;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
} */
.masonryitem_subline {
	text-transform: uppercase;
	font-size: .8em;

}
.masonryitem_button {
	padding: 20px;
	text-align: center;
	/* display: none; */
}
.masonryitem_button a {
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9rem;
	text-transform: uppercase;
	border-bottom: 1px solid #424242;
	padding-bottom: 7px;
}

.masonryitem_parent .masonryitem_img {
	transition:.4s;
}
/* .masonryitem_parent:hover .masonryitem_caption {
	height: 175px;
} */
.masonryitem_parent:hover .masonryitem_img {
	opacity:1;
	transform:scale(1.05);
}
.masonryitem_watermark {
	/* position: absolute;
	top: 10px;
	right: 10px;
	width: auto !important;
	height: 32px !important; */
	position: absolute;
	width: auto !important;
	  height: 34px !important;

	  top: 10px;
	  right: 10px;
	  max-width: 50%;
	  max-height: 50%;
	  object-fit: contain !important;
	
}
/* .masonryitem_watermark img{
	max-width: 40%;
} */
@media (max-width: 1299.98px) {
	.masonryitem_img {
		min-height: 100%;
	}
	.big .masonryitem_parent:last-child,
	.big .masonryitem_img {
		margin-top: 0px;
		min-height: 575px;
	}
	/* .masonryitem_headline {
		padding: 5px;
		height: 42px;
	} */
	.masonryitem_headline {
		font-size: 0.9rem;
	}
	/* .masonryitem_parent:hover .masonryitem_caption {
		height: 165px;
	} */
	.masonryitem_button {
		padding: 10px;
	}
	.masonryitem_button a {
		font-size: 0.8rem;
		padding-bottom: 5px;
	}
}

@media (max-width: 991.98px) {
	.masonryitem_parent {
		/* height: auto; */
		margin-bottom: 15px;
	}
	.masonryitem_img {
		margin-top: 0px;
		/* min-height: 575px; */
	}

}


