.janela-foto-eletele {
  align-items: center;
  background: rgba(0, 0, 0, 0.72);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 1000;
}

.janela-foto-eletele.aberta {
  display: flex;
}

.janela-foto-eletele-conteudo {
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
  max-height: calc(100vh - 48px);
  max-width: min(100%, 900px);
  padding: 8px;
  position: relative;
}

.janela-foto-eletele-conteudo img {
  display: block;
  height: auto;
  max-height: calc(100vh - 64px);
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.fechar-foto-eletele {
  background: #fff;
  border: 1px solid #999;
  color: #333;
  cursor: pointer;
  font-size: 22px;
  height: 30px;
  line-height: 24px;
  padding: 0;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 30px;
  z-index: 1;
}

.sem-rolagem {
  overflow: hidden;
}