#videooverlay {
	visibility: show;
    width: 100%;
    height:100%;
    top: 5000px;
    position: fixed;
	background-color: rgba(246, 233, 121, 0.9);
	z-index: 2000;
}
#videooverlayspeedy {
	visibility: show;
    width: 100%;
    height:100%;
    top: 5000px;
    position: fixed;
	background-color: rgba(159, 201, 234, 0.9);
	z-index: 2000;
}
#videooverlaycubu {
	visibility: show;
    width: 100%;
    height:100%;
    top: 5000px;
    position: fixed;
	background-color: rgba(161, 214, 181, 0.9);
	z-index: 2000;
}
#videooverlay3player {
	visibility: show;
    width: 100%;
    height:100%;
    top: 5000px;
    position: fixed;
	background-color: rgba(255, 190, 78, 1);
	z-index: 2000;
}
#videocontainer {
	visibility: show;
    width: 80%;
    height:100%;
    margin:auto;
	background-color: transparent;
    position: relative;
	z-index: 2003;
}
#videoplay {
    width: 80%;
    top: 50%;
    position: absolute;
    margin-top:-40px;
	z-index: 3000;
}
#videocontainerLevel {
    margin:auto;
	background-color: transparent;
    position: relative;
	z-index: 2010;
}



@media only screen and (max-width : 960px){
#videocontainer {
    width: 65%;
}
#videoplay {
    width: 90%;
}
}

@media only screen and (max-width : 720px){
#videocontainer {
    width: 90%;
}
}
