.PictureCaption {
}

.photocaption {
  border-radius: 0.325rem;
  border: solid 2px rgba(20, 20, 20, 0.25);
  display: grid;
  grid-template-columns: 60% 40%;
  grid-template-rows: auto;
  grid-column-gap: 2px;
  width: 80%;
  height: auto;
  background: url(../../_img/global/SS_Platanenmuster_Herbst.jpg);
  margin: auto;
  padding: 10px;
}

.photocaption > div {
  background: #fff;
  color: black;
  padding: 1rem;
}

.photocaption > div:nth-child(odd) {
  background: #d3d3d3;
}
.lefts {
  grid-column: 1;
  grid-row: auto;
  border-radius: 0.325rem;
  border: solid 2px rgba(144, 144, 144, 0.25);
}
.lefts > img {
  overflow: auto;
  object-fit: contain;
  min-width: 300px;
  min-height: 600px;
}
.rightss {
  grid-column: 2;
  border-radius: 0.325rem;
  border: solid 2px rgba(144, 144, 144, 0.25);
  text-align: center;
  padding: auto;
}
.pictor {
}
