@charset "UTF-8";

.cssskin-_block_billboard_slide .column:first-child + * {
  width: 76%;
  float: right;
}

@media only screen and (max-width: 641px) {
.cssskin-_block_billboard_slide .column:first-child + * {
  width: 100%;
  float: none;
}

.cssskin-_block_billboard_slide .column:first-child {
  display: none;
}

}
