.recent-reels {
	border:1px solid black;
	text-align: center;
}
.recent-reels .title h4 em {
	font-family: 'the-seasons';
	font-size: 46px;
	font-style: inherit;
	text-transform: capitalize;
	margin: -5px 0 0 10px;
}
.recent-reels .title h4{
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'termina';
	letter-spacing: 0.05rem;
	display: flex;
	justify-content: center;
	margin: 59px auto 35px;
}
.recent-reels ul {
	display: flex;
	justify-content: space-between;
	max-width: 471px;
	margin: 0 auto 50px;
	list-style: none;
}
.recent-reels ul li {
	width: 222px;
	height: 395px;
	position: relative;
}
.recent-reels ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.recent-reels ul li img.hide {
	display: none;
}
.recent-reels ul li video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.recent-reels .more-link{
	width: 148px;
	height: 52px;
	border: 1px solid #96BC90;
	border-radius: 50%;
	color: #96BC90;
	text-decoration: none;
	text-align: center;
	font-family: 'termina';
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.07rem;
	padding: 13px 20px;
	margin: -19px auto 31px;
	display: block;
}
.recent-reels .more-link:hover {
	background: #96BC90;
	color:white;
}
@media all and (max-width:1280px) {
	.recent-reels ul {
		max-width: 455px;
	}
}
@media all and (max-width:550px) {
	.recent-reels .title h4 {
		margin: 37px auto 29px;
	}
	.recent-reels ul {
		max-width: 455px;
		display: block;
	}
	.recent-reels ul li {
		margin: 0 auto 20px;
	}

}