/* body {
  display: flex;
  align-items: center;
  justify-content: stretch;
  min-height: 100vh;
  overflow: hidden;
  font-size: 0.8em;
}
*/
ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.container {
  display: inline-block;
  /*
  border-bottom: 2px solid var(--color-surface25);
  */
  border-bottom: 2px solid black;
  width: 100%;
  padding: 0.2rem;
}

.container img.swipeimage {
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  height: 455px;
  object-fit: cover;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}