@charset "UTF-8";

.cssskin-header  {
  height: 400px;
}

@media only screen and (max-width: 641px) {
.cssskin-header  {
  height: 200px;
}

}
