.header {
  z-index: 1;
}
.playerInfo {
  z-index: 1;
  position: relative;
}
.zoom-one {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	-ms-transform: scale(2); /* IE 9 */
	-webkit-transform: scale(2); /* Safari */
	transform: scale(2);
}
.zoom-two {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-ms-transform: scale(4); /* IE 9 */
	-webkit-transform: scale(4); /* Safari */
	transform: scale(4);
}
