#videos,
#messages {
	width: 100%;
	height: 1000px;
	float:left;
	padding-top: 50px;
	margin-top: -50px;
	position: fixed;
	z-index: 9999;
	background-color: rgba(0,0, 0,0.7);
	display: none;
	clear:both;
	overflow: visible;
}

#videos #video,
#messages #message {
	display: none;
}

#videos #video,
#messages div#message {
	position: relative;
	z-index: 999;
	width: 55%;
	margin: 2px auto;
	padding: 10px;
	padding: 5px 15px;	
	overflow: visible;
	border: 6px solid #000;
}
#videos #video {
	width: 90%;
	padding: 20px 10px;
	margin: 10px auto;
}
	
#video h1,
#message h1 {
	font-family: ;
	font-size: 2em;
	text-shadow: 1px 1px 0px #000;
	padding: 0;
	margin: 0;
}

#message h2 {

	
}

#videos #close,
#messages #close {
	font-size: 2.5em;
	color: #fff;
	background: black;
	cursor: pointer;
	margin-right: 10px;
	float: right;
	font-weight: bold;
	position: relative;
	z-index: 999999999999!important;
}

#videos #close:hover,
#videos #close:focus,
#messages #close:hover,
#messages #close:focus {
	color: red;
	
}

/*
#message button {
	padding: 20px 5px;
	border: 2px solid #000;
	margin-bottom: 15px;
	background: #ddd;
	border-radius: 10px;
}
#message button:hover,
#message button:focus {
	background: red;
	color: #fff;
}
*/


@media all and (max-width: 279px) {
	#video h1,
	#message h1 {
		font-size: 1.3em;
	}
}
@media all and (min-width: 279px) {
	#video h1,
	#message h1 {
		font-size: 1.5em;
	}
}

@media all and (min-width: 768px) {
	#video h1,
	#message h1 {
		font-size: 2.5em;
	}
	#video h2,
	#message h2  {
		font-size: 1.5em;
	}
	
}
@media all and (min-width: 992px) {
	#video h1,
	#message h1 {
		font-size: 2.7em;
	}
	#video h2,
	#message h2  {
		font-size: 1.7em;

	}

}
@media screen and (min-width: 1200px) { 

	#video h1,
	#message h1 {
		font-size: 3em;
	}
	#video h2,
	#message h2  {
		font-size:2em;
	}
 }
