﻿@charset "utf-8";

.YouTube-box{
	margin:30px 0;
	text-align:center;
}

figcaption{
	font-size:15px;
	margin-top:30px;
	text-align:center;
	text-decoration:underline double blue
}

.YouTube-box img{
	margin:5px;
	padding:0;
}

.YouTube-box img:hover{
		opacity: 0.5;
		cursor:pointer;
}

#modal-content{
	position:fixed;
	display:none ;
	width:80%;
	margin:0 auto;
	padding:0;
	background:#fff;
	z-index:9999;
}

#modal-content .inner{
	position:relative;
	width:100%;
	padding-top:56.25%;
	overflow:hidden;
}

#modal-content .inner #player{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

#modal-content .inner iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

#modal-overlay{
	position:fixed;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba( 0,0,0, 0.75 );
	z-index:8888;
}

.YouTube_style{
	display:none;
}

@media screen and (max-width:850px) {
	.mobile-on{
		display:none;
	}

	.YouTube_style{
		display:block;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		margin-top:0;
		overflow: hidden;
	}
 
	.YouTube_style iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
