#c1 {
}
#c2 {
	display: none;
	background-color: #e8dfd5;
	margin: 30px 0 0 0;
	padding: 20px 20px 20px 20px;
}
@media screen and (min-width: 469px) and (max-width: 768px){
#c1 {
}
#c2 {
	display: none;
}
}
@media screen and (max-width: 468px){
#c1 {
}
#c2 {
	display: none;
}
}
