/* CSS Document */
.panel1{
	height: 150px;
	margin: 10px;
}

@media (max-width: 428px) {
	.panel1{
		height: auto;
	}
}