.emo-home {
	position: relative;
}

.emo-home img {
	height: 228px;
	width: 100%;
	object-fit: cover;
}

.emo-home__content {
	position:absolute;
	top:50%;
	left:50%;
	z-index:30;
	transform: translate(-50%, -50%);
	text-align:center;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	width: 100%;
}

.emo-home__content__title {
	text-transform:uppercase;
	color: #ffffff;
	font-size:25px;
	line-height:36px;
	font-weight:500;
	display:inline-block;
}

@media (min-width: 1024px) {
	.emo-home img {
		height: 587px;
	}
	
	.emo-home__content__title {
		font-size:40px;
	}
}

@media (min-width: 1400px) {
	.emo-home img {
		height: 587px;
	}
	
	.emo-home__content__title {
		font-size:40px;
	}
}