.player_holder {
	width:100%;
	height:100%;
	position:fixed;
	z-index:9992;
}
.er_player {
	width:100%;
	height:100%;
	position:relative;
	z-index:9992;
}
.er_frame {
	position: absolute;
	width:100%;
	top:0px;
	left: 0;
}

.audio_button {
	z-index: 9993; 
	position: absolute; 
	cursor: pointer; 
	right: 4%; 
	bottom: 6%; 
	width: 7%; 
	min-width: 40px;
}
.play_button {
	z-index: 9993; 
	position: absolute; 
	cursor: pointer; 
	left: 4%; 
	bottom: 6%; 
	width: 7%; 
	min-width: 40px;
}