.season-features-holder .main-title-holder {
	text-align: center;
	position: relative;
}
.season-features-holder .main-title-holder:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	border-bottom: 1px solid #edaf43;
	left: 0;
}
.season-features-holder .main-title-holder h2.mixed {
	background-color: #FFF;
	padding: 0 15px;
	display: inline-block;
	position: relative;
	z-index: 2
}
.season-features-holder .main-title-holder h2.mixed .span-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.season-features-holder .main-title-holder h2.mixed .span-wrapper span {
	align-self : center;
}
.season-features-holder .main-title-holder h2.mixed .span-wrapper span.small-title {
	margin-top: 5px;
}
.season-features-holder .more-link.top {
	width: fit-content;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
}
section.seasons ul.season-list {
	margin-left: -25px;
	margin-right: -25px;
}
section.seasons ul li::before {
	content: "";
	display: none;
}
section.seasons ul li {
	list-style: none;
	padding-left: 25px;
	padding-right: 25px;
}
.seasons ul li .season-container {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.season-container picture {
	width: 100%;
}
.season-container div[class^="ol-"] {
	opacity: 0;
	transition-property: opacity;
	transition-timing-function: ease;
	transition-duration: .5s;
}
.season-item:hover .season-container div[class^="ol-"] {
	opacity: .8;
}
.season-container div[class^="grad-"] {
	opacity: 1;
	transition-property: opacity;
	transition-timing-function: ease;
	transition-duration: .5s;
}
.season-item:hover .season-container div[class^="grad-"] {
	opacity: 0;
}
.seasons .season-description {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column nowrap;
	padding:  0px 15px;
	padding-bottom:  35px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.season-description > img {
	opacity: 0;
	transform: translateY(25px) scale(.8);
	-o-transform: translateY(25px) scale(.8);
	-ms-transform: translateY(25px) scale(.8);
	-moz-transform: translateY(25px) scale(.8);
	-webkit-transform: translateY(25px) scale(.8);
	-webkit-transition: -webkit-transform;
	-moz-transition: -moz-transform;
	-ms-transition: -ms-transform;
	-o-transition: -o-transform;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: .5s;
	transition-delay: 0s;
}
.season-item:hover .season-description > img {
	opacity: 1;
	transform: translateY(-29px) scale(1);
	-o-transform: translateY(-29px) scale(1);
	-ms-transform: translateY(-29px) scale(1);
	-moz-transform: translateY(-29px) scale(1);
	-webkit-transform: translateY(-29px) scale(1);
	transition-delay: .1s;
}
.season-description dt {
	color: #fff;
	text-align:  center;
	transform: translateY(45px);
	-o-transform: translateY(45px);
	-ms-transform: translateY(45px);
	-moz-transform: translateY(45px);
	-webkit-transform: translateY(45px);
	-webkit-transition: -webkit-transform;
	-moz-transition: -moz-transform;
	-ms-transition: -ms-transform;
	-o-transition: -o-transform;
	transition-property: transform;
	transition-timing-function: ease;
	transition-duration: .5s;
}
.season-item:hover .season-description dt {
	transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}
.season-description a.more-link {
	min-width: 169px;
    text-align: center;
	font-weight: 500;
	color: #fff;
	border: 1px solid;
	border-color: #fff;
	padding: 10px 20px;
	opacity: 0;
	transform: translateY(25px) scale(.8);
	-o-transform: translateY(25px) scale(.8);
	-ms-transform: translateY(25px) scale(.8);
	-moz-transform: translateY(25px) scale(.8);
	-webkit-transform: translateY(25px) scale(.8);
	-webkit-transition: -webkit-transform;
	-moz-transition: -moz-transform;
	-ms-transition: -ms-transform;
	-o-transition: -o-transform;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: .5s;
}
.season-item:hover .season-description a.more-link {
	opacity: 1;
	transform: translateY(0) scale(1);
	-o-transform: translateY(0) scale(1);
	-ms-transform: translateY(0) scale(1);
	-moz-transform: translateY(0) scale(1);
	-webkit-transform: translateY(0) scale(1);
}
.season-description a.more-link::after {
	display: none;
}
.season-features-holder .seasons {
	padding-bottom: 35px;
	border-bottom: 1px solid #edaf43;
}

@media only screen and (max-width: 765px) {
	.season-features-holder .main-title-holder h2.mixed .span-wrapper {
		flex-wrap: wrap;
	}
	.season-features-holder .main-title-holder h2.mixed .span-wrapper span.bold-title {
		font-size: 36px;
	}
	.season-features-holder .main-title-holder h2.mixed .span-wrapper span.small-title {
		font-size: 20px;
	}
}
@media only screen and (max-width: 64em) {
	section.seasons ul.season-list {
		margin-left: -20px;
		margin-right: -20px;
	}
	section.seasons ul li {
		padding-left: 20px;
		padding-right: 20px;
	}
	.season-item {
		margin-bottom: 35px;
	}
	.season-item .season-container div[class^="ol-"] {
		opacity: .8;
	}
	.season-item .season-container div[class^="grad-"] {
		opacity: 0;
	}
	.season-features-holder .season-item:hover .season-description > img,
	.season-features-holder .season-item .season-description > img {
		transition: none !important;
		opacity: 1;
		transform: translateY(-25px) scale(1);
		-o-transform: translateY(-25px) scale(1);
		-ms-transform: translateY(-25px) scale(1);
		-moz-transform: translateY(-25px) scale(1);
		-webkit-transform: translateY(-25px) scale(1);
		transition-delay: .1s;
	}
	.season-features-holder .season-item .season-description dt{
		transition: none !important;
		transform: translateY(-10px);
		-o-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
	}
	.season-item .season-description a.more-link {
		opacity: 1;
		transform: translateY(0) scale(1);
		-o-transform: translateY(0) scale(1);
		-ms-transform: translateY(0) scale(1);
		-moz-transform: translateY(0) scale(1);
		-webkit-transform: translateY(0) scale(1);
	}
	.season-features-holder .seasons {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 40em) {
	.season-features-holder .main-title-holder h2.mixed .span-wrapper span.bold-title {
		font-size: 32px;
	}
	.season-features-holder .main-title-holder h2.mixed .span-wrapper span.small-title {
		font-size: 20px;
		margin-top: -5px;
		display: block;
	}
	.season-features-holder .main-title-holder h2.mixed .span-wrapper {
		display: block;
	}
	.season-features-holder .main-title-holder:after {
		display: none;
	}
	.season-features-holder .main-title-holder {
		border-top: 1px solid #edaf43;
		padding-top: 11px;
	}
	.season-features-holder .more-link.top {
		margin-bottom: 40px;
	}
	.season-item {
		margin-bottom: 20px;
	}
	.season-features-holder .seasons {
		padding-bottom: 10px;
	}
}