@charset "UTF-8";




#view-full {
	position: fixed;
	display: flex;
	right: 21px;
	bottom: 19px;
	z-index: 1000;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	font-family: "acumin-pro-semi-condensed", Helvetica, Arial, sans-serif;
	align-items: center;
	justify-content: center;
	color: #000;
	cursor: pointer;
}


@media screen and (min-width: 901px) {
	main.ex-video {
		position: fixed;
		width: calc(100vw - 40px);
		height: calc(100vh - 40px);
		left: 20px;
		top: 20px;
		z-index: 1;
		overflow: hidden;
	}
}

@media screen and (max-width:900px) {
	main.ex-video {
		position: fixed;
		width: calc(100vw - 24px);
		height: calc(var(--doc-height) - 24px);
		left: 12px;
		top: 12px;
		z-index: 1;
		overflow: hidden;
	}
	#view-full {
		position: absolute;
		right: 0;
		bottom: 0;
		font-size: 14px;
	}
}



@media screen and (min-width: 901px) {
	main.ex-video {
		position: fixed;
		width: calc(100vw - 40px);
		height: calc(100vh - 40px);
		left: 20px;
		top: 20px;
		z-index: 1;
		overflow: hidden;
	}
	
	main.ex-video #index {
		position: absolute;
	}
	main.ex-video[data-view="wide"] #index {
		width: 100%;
		height: calc(100vw / 16 * 9);
		left: 0;
		top: 50%;
		margin-top: calc((100vw / 16 * 9) * -0.5);
	}
	main.ex-video[data-view="tall"] #index {
		width: calc(100vh / 9 * 16);
		height: 100%;
		left: 50%;
		top: 0;
		margin-left: calc((100vh / 9 * 16) * -0.5);
	}
	main.ex-video iframe {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
}


	
@media screen and (max-width:900px) and (orientation:portrait) {
	body {
		height: auto;
	}
	main.ex-video {
		position: fixed;
		width: 100vw;
		height: calc(100vw / 16 * 9);
		left: 0;
		top: 50%;
		z-index: 1;
		margin-top: calc(100vw / 16 * 9 * -0.5);
	}
	main.ex-video[data-view="wide"] #index {
		position: relative;
		width: 100%;
		height: calc(100vw / 16 * 9);
		left: 0;
		top: 50%;
		margin-top: calc((100vw / 16 * 9) * -0.5);
	}
	main.ex-video[data-view="tall"] #index {
		width: calc(100vh / 9 * 16);
		height: 100%;
		left: 50%;
		top: 0;
		margin-left: calc((100vh / 9 * 16) * -0.5);
	}
	main.ex-video iframe {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
}

@media screen and (max-width:900px) and (orientation:landscape)  {
	body {
		overflow: hidden;
	}
	main.ex-video {
		position: fixed;
		width: 100vw;
		height: var(--doc-height);
		left: 0;
		top: 0;
		z-index: 1;
		overflow: hidden;
	}
	main.ex-video[data-view="wide"] #index {
		position: relative;
		width: calc(100vh / 9 * 16);
		height: 100%;
		left: 50%;
		top: 0;
		margin-left: calc((100vh / 9 * 16) * -0.5);
	}
	main.ex-video[data-view="tall"] #index {
		position: relative;
		width: 100%;
		height: calc(100vw / 16 * 9);
		left: 0;
		top: 50%;
		margin-top: calc((100vw / 16 * 9) * -0.5);
	}
	main.ex-video iframe {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
}


#ex-player {
	position: absolute;
	width: 0;
	height: 0;
	left: 50vw;
	top: calc(var(--doc-height) / 2);
	overflow: hidden;
}
#ex-player iframe {
	width: 1px;
	height: 1px;
}


