
body {
  font-family: sans-serif;
}
.image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.fill {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  pointer-events: none;
}
button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
