#video_overlay {
	visibility: hidden;
	display: none;
    width: 100%;
    height:100%;
    top: 0px;
    position: fixed;
	background-color: rgba(52, 52, 52, 1);
	z-index: 2000;
}
#video_container {
	visibility: show;
    width: 90%;
    height:100%;
    margin:auto;
	background-color: transparent;
    position: relative;
	z-index: 2003;
}
#video_play {
    width: 80%;
    top: 50%;
    position: absolute;
    margin-top:-40px;
	z-index: 3000;
}


@media only screen and (max-width : 960px){
#video_container {
    width: 74%;
}
#video_play {
    width: 74%;
}
}

@media only screen and (max-width : 640px){
#video_container {
    width: 94%;
}
#video_play {
    width: 94%;
}
}
