@charset "utf-8";

#player_wrap{
	padding-top: 70px;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: -9999px;
	left: -9999px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#player{
    width: 960px ;
    height: 540px ;
    margin: 0 auto ;
    position: relative ;
}

@media screen and (max-width: 960px){
    #player{
        width: 95%;
		height: 95%;
    }
}

#btn_return {
    display: block;
    border: 0;
    padding: 5px 10px;
    background-color: #eee;
    color: #123086;
    border-radius: 3px;
    font-size: 18px;
    position: absolute;
    top: -40px;
    right: 0;
}

#btn_return:hover{
    opacity: 0.8 ;
}
