/* Season */
.SeasonHead {
	height: 100vh;
	width: 34vw;
	position: fixed;
	float: left;
	overflow: hidden;
}
#SeasonHeadImg {
	/*margin-left: -36px;*/
}
.SeasonPage {
	margin-left: 34vw;
	margin-right: 5%;
	position:absolute;
	padding: 26px;
}
.SeasonVideoObj {
	height: 900px;
	position: relative;
	height: auto;
}
.SeasonObj {
	position: relative;
	padding-top: 25px;
	padding-bottom: 70%;
	height: 0px;
}
.SeasonObj img {
	width: 100%;
}
.SeasonObj iframe {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.SeasonObjHead {
	padding-top: 10vh;
	padding-bottom: 15px;
}
.SeasonObjText {
	font-family: 'New Cycle', sans-serif;
	font-size: 1.25em;
	float: left;
}