.player-container{
    position: fixed;
	z-index: 999999999999;
	background: #000;
	display: none;
	transition:width .8s ease;
}.player-container.small{
	-moz-border-radius: 15px;
	bottom: 20px;
	right: 20px;
	border-radius: 15px;
	padding: 0px 10px 10px 10px;
}.player-container.fs{
	bottom: 0px !important;
	right: 0px !important;
	top: 0px !important;
	left: 0px !important;
}

	.player-container .player {
		overflow: hidden;	 
		z-index: 9999991;
		position: relative;
		width: 100%;
		padding-bottom: 56.25%;
	}.player-container .player iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.player-container.fs .header {
	      color: #f0f0f0;
	      font-size: 20px;
			padding: 5px 25px;
	}
	.player-container.fs .header .small_player{ cursor: pointer; }
	.player-container.fs .header span {
	      border-radius: 3px;
	      color: #f0f0f0;
	      font-size: 16px;
		  margin-left: 10px;
	     
	  }
	
	.player-container .header{
		width: 100%;
		height: 45px;
	}.player-container .header .fa{
		line-height: 45px;
	}
	.player-container .remove_player, .player-container .enlarge_player{
	  		float: right;
			font-size: 18px;
			line-height: 45px;
			margin: 0px 10px;
			cursor: pointer;
			color: #fff;
	  }
		
