@media only screen and (max-width: 500px) {
	.video_player {
		max-height: 45vh;
		z-index: 2;
	}
	.centered {
		position: fixed;
		transform: translate(0%, 50%);
}
