body.aspect-ratio-squarish div.pane-container {
  display: flex;
  flex-direction: column;

  width: 75vh;
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 0;
  border-color: hsl(42, 8%, 40%);
}

body.aspect-ratio-squarish div.pane.first div.meditation-desc-container div.meditation-desc {
  position: relative;
  top: calc(5.291576674vh);
  left: calc(100% - 3.270194385vh - 31.4974802009vh);
  height: calc(8.459323254vh);
  aspect-ratio: 3.7234042553;

  /* background: url("../images/rendered-panel-meditation-desc-with-shadow.png") no-repeat center center;
  background-size: contain; */
}

body.aspect-ratio-squarish div.pane.first div.meditation-desc > img {
  content: url("../images/ipad-075-version/meditation-desc-rendered.png");
}

/* body.web div.pane {
  width: 75vh;
  height: 100vh;
}

body.web div.divider {
  width: 75vh;
  height: 1px;
} */