@charset "utf-8";
/* オーバーレイ背景 */
#video-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
}

/* 動画 */
#video-overlay video {
	max-width: 90%;
	max-height: 80%;
}

/* 閉じるボタン */
#close-btn {
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 100px;
	color: white;
	cursor: pointer;
	font-weight: bold;
	z-index: 100000;
}

video#insert-video {

}

@media (min-width: 769px) {
	video#insert-video {
	}
}