/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

@media (max-width:480px){
	.player {
		font-size: 7em !important;
	}
}
@media (min-width:481px) and (max-width:768px){
	.player {
		font-size: 10em !important;
	}
}
