.a11y-modal[data-modal] {
  display: flex;
  background-color: rgb(255 252 248 / 95%);
  box-shadow: 0 0 1800px 400px rgb(255 252 248 / 95%);
  border: none;
  z-index: 500;
}

.a11y-modal[data-modal] img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}