@charset "UTF-8";
 .image_adapt {
    width:49%;
  }
@media screen and (max-width: 800px) {
  .image_adapt {
    width:100%;
  }
}