.comic-panel {
  max-width: 300px;
}

/* mobile layout */
@media screen and (max-width: 1024px) {
  .comic-panel {
    max-width: 90vw;
  }
}
