.player-container {
	
	position: absolute; 
	bottom: 0;
	width: 100vw;
}

@media only screen and (max-width: 1200px) {

	.player-container {
	
		position: relative; 
	}
}
