

H2 {
 clear:left;
}

.photo {
 float:left;
 margin-right: 25px;
 margin-bottom: 5px;

}

.subtitle {visibility:hidden;}

.jskomment { display:none; }

.wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-template-rows: auto 1fr auto;
/*    height: 100vh; */
}

.box {
  border: solid 2px;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
  font-size: 150%;
}