.about-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 11;
}

.about-modal .about-modal-bg {
  width: 100%;
  height: 100%;
  background-color: #151515;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}

.about-modal img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  position: relative;
}