body {
  margin: 0px;
  padding: 0px;
  background-color: aqua;
  justify-content: center;
}

.outer-div {
  width: 95%;
  height: 95%;
  padding: 20px;
  margin: 20px;
  position: fixed;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;

}

.inner-div-top,
.inner-div-bottom {
  position: relative;
  left: 0px;
  width: auto;
}

.inner-div-top {
  top: 0px;
}

#buttons-div {
  text-align: center;
}

.inner-div-bottom {
  bottom: 0;
  text-align: center;
}

.inner-div-picture {
  border: 1 solid red;
  height: 600px;
  padding: 10px;
  margin: 2px;
  flex: 1;
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
}

img {
  width: 100%;
  height: 100%;
  padding: 2px;
  object-fit: contain;
}

.hidden {
  display: none;
}

.my_dot {
  padding-right: 2px;
}

#IC {
  position: relative;
  float: left;
}

#trans {
  position: absolute;
  top: 0px;
  right: 0px;
}

.comboSeparator {
  border-top: 2px solid black;
}
