
/**
*	modal
**/

#modal-base-layer{
	background: #000;
	color: #000;	
	display: none;
	position: fixed;
	_position: absolute;
	top:0px;
	right:0px;
	width: 100%;
	height: 100px;	
	z-index: 9900;
	text-align: center;
}

#modal-contents-layer{
	display: none;
	overflow-y: scroll;
    position: fixed;
	top:0;
	left:0;
	text-align: center;
	width: 100%;	
	z-index: 9901;
}

.home-video-wrapper {
	display: inline-block;
	margin: 0 auto;
	position :relative;
}

.btn-modal-close {
	cursor: pointer;
	position: absolute;
	right: -30px;
}
