.em2-image img{
	object-fit: cover;
	width: 100%;
}
.em2-image{
	position: relative;
	&::before,
	& .mask{
		content: '';
		position: absolute;
		inset: 0;
		background: radial-gradient(ellipse at 70% 30%, rgba(212, 135, 58, .25) 0%, transparent 60%);
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	& .tag{
		position: absolute;
	    bottom: 24px;
	    left: 28px;
	    font-family: 'Playfair Display', serif;
	    font-size: 11px;
	    letter-spacing: .22em;
	    text-transform: uppercase;
	    color: rgba(242, 232, 213, .35);
		z-index: 4;
	}
	& .mask{
		background: linear-gradient(160deg, rgba(90, 30, 42, .65) 0%, rgba(10, 8, 7, .55) 100%), url(../../../img/mask-image.svg) center / contain no-repeat;
		z-index: 3;
	}
}