* { box-sizing: border-box; }

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: #fff;
  color: #17130f;
}

html { overflow-x: auto; }

body {
  min-width: max-content;
  overflow-x: auto;
  overflow-y: hidden;
}

.interiors-back {
  position: fixed;
  top: 1rem;
  left: 1.25rem;
  z-index: 10;
  color: rgba(255, 255, 255, .76);
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .45);
  transition: color 160ms ease, transform 160ms ease;
}

.interiors-back:hover,
.interiors-back:focus-visible {
  color: #fff;
  transform: translateX(-2px);
}

.interiors-composition {
  display: flex;
  align-items: stretch;
  width: max-content;
  height: 100vh;
  height: 100svh;
}

.interiors-image {
  flex: none;
  height: 100%;
  margin: 0;
}

.interiors-image img {
  display: block;
  height: 100%;
  width: auto;
}

.interiors-text-panel {
  position: relative;
  flex: 0 0 350px;
  width: 350px;
  height: 100%;
  padding: 1.25rem;
  background: #fff;
}

.interiors-photo-credit {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  color: #17130f;
  font-family: Arial, sans-serif;
  font-size: .72rem;
  line-height: 1;
  text-decoration: none;
}

.interiors-photo-credit:hover,
.interiors-photo-credit:focus-visible {
  text-decoration: underline;
  text-underline-offset: .15em;
}
