.list_mobile_version{
	display:none !important;
}
@media (max-width: 479px) {
	.list_mobile_version{
		display:block !important;
	}
}