.block--encart2col__images .block-text-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 132%;
	font-family: Arial, sans-serif;
	color: #FFF;
 	opacity: 0;
}

.block--encart2col__images .image__img-container {
	position: relative;
}
.block--encart2col__images .image__img-container .image__protect {
	height: 100%;
	width: 100%;
	background-color: transparent;
	position: absolute;
}


.block-text-hover-container {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	padding: 40px;
	bottom: 0;
}

.block-text-hover-top {
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 1.2;
}

.block-text-hover-bottom {
	font-size: 1.5rem;
}

.block--encart2col__images > div {
	margin-top: 50px;
}

.block--encart2col__images > div:hover .block-text-hover,
.block--encart2col__images > div:focus .block-text-hover {
		opacity: 1;
}

.block--encart2col__images > div:hover .image__img-container .image__protect,
.block--encart2col__images > div:focus .image__img-container .image__protect {
	background-color: #000;
}

.block--encart2col__images > div img {
		max-width: 100%;
}

.block--encart2col__inner {
	font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
}

.block--encart2col__images {
	z-index: 2;
	position: relative;
	box-sizing: border-box;
}

.block--encart2col__images > div {
	margin: 50px auto 0;
	position: relative;
	width: 100%;
}

.swipe {
	opacity: 1;
}
@media screen and (min-width: 768px) {
	.block--encart2col__images {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.block--encart2col__images > div {
		margin: 100px 3.125% 0 0;
		position: relative;
		width: 43.75%;
	}
	.block--encart2col__images>div:nth-child(2n) {
		transform: translateY(150px);
		margin-right: 0;
		margin-left: 3.125%;
	}
	.block--encart2col__images>div:last-child {
		margin-bottom: 150px;
	}
	.block--encart2col__inner  {
		padding-left: 3.125%;
		padding-right: 0%;
	}

}


@media screen and (min-width: 1025px) {
	.block--encart2col__images > div {
		width: 34.375%;
	}
	.block--encart2col__inner  {
		padding-left: 9.375%;
		padding-right: 12.5%;
	}
}

@media screen and (max-width: 767px) {
	.block-text-hover-bottom {
		font-size: 1rem;
	}
	.block-text-hover-top {
		font-size: 1.5rem;
    	line-height: 1.5;
	}
}

@media screen and (max-width: 1280px) {
	.block-text-hover-top {
		font-size: 1.8rem;
    line-height: 1.5;
	}
}


@media screen and (max-width: 500px) {
	.block-text-hover-top {
		font-size: 26px;
		line-height: 1.4;
	}
}