@charset "utf-8";
/*
 * ==========================================================================
 * 
 * [player]
 * 
 * ==========================================================================
 */

.p20p {
	width : 20%;	
}

.p40p {
	width : 40%;
}




/**
 ****************************************************
 * 
 * screens smaller than 500
 * 
 ****************************************************
 */
 
/* 500ртоб */
@media only screen and (max-width: 500px) {
	
.p20p, .p40p {
	width : auto;	
}



	
}