.image > img {
  max-width: 100%;
  width: inherit;
}

@media (width >= 768px) {
  .table {
    tr.-pcItem {
      display: table-row;
    }
  }
}