/* pc */
@media screen and (min-width: 960px){

	.player {
		width: 256px;
		height: 128px;
	}

}

/* phone */
@media screen and (max-width: 960px){

	.player {
		width: 128px;
		height: 64px;
	}

}