.shot {
  width: 100%;
  border: 0;
  padding: 0;
  text-align: left;
  cursor: zoom-in;
}

.shot-dialog {
  width: min(94vw, 1400px);
  height: min(90vh, 900px);
  max-width: none;
  max-height: none;
  background: #171b24;
}

.shot-dialog-head {
  height: 54px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}

.shot-dialog-head button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: #eef0f4;
  font-size: 21px;
}

.shot-dialog-media {
  height: calc(100% - 54px);
  padding: 14px;
  display: grid;
  place-items: center;
  overflow: auto;
}

.shot-dialog-media img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
