.backbutton {
  font-size: 2em;
  cursor: pointer;
  margin-right: 2em;
}

.albumThumb {
  height: 100px;
  border-radius: 1em;
}

.picThumb {
  height: 100px;
}

.wpimmich_album_main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.wpimmich_simple {
  margin: 0.5em;
}

.wpimmich_thumb {
  height: 200px;
  margin: 0.5em;
  border-radius: 0.5em;
}

.wpimmich_bigthumb {
  height: 400px;
  margin: 0.5em;
  border-radius: 0.5em;
}

.wpimmich_showfullpicture {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3em;
  border: 1px solid black;
  background-color: white;
  border-radius: 1em;
  text-align: center;
  width: 80vw;
  max-width: 80vw;
  max-height: 80vh;
}

.wpimmich_showfullpicture img {
  max-width: 90%;
  max-height: 90%;
}

.wpimmich_showfullpicture_header {
  width: 100%;
  height: 4em;
  margin-top: -2em;
  text-align: right;
}

.wpimmich_showfullpicture_header span {
  font-size: 4em;
  cursor: pointer;
}

.wpimmich_showfullpicture_table {
  display: table;
  margin: auto;
}

.wpimmich_showfullpicture_tr {
  display: table-row;
}

.wpimmich_showfullpicture_nav {
  vertical-align: middle;
  display: table-cell;
}

.wpimmich_showfullpicture table {
  margin: auto;
}
.wpimmich_showfullpicture_cnt {
  display: table-cell;
}

.wpimmich_showfullpicture_nav span {
  font-size: 4em;
  width: 1em;
  cursor: pointer;
}

.wpimmich_showfullpicture_nav span.wpimmich_btn_disabled {
  cursor: not-allowed;
  color: lightgrey;
}

.wpimmich_playbtn {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 50%;
  width:1em;
  height: 1em;
  padding: 0.2em;
  background-color: white;
  border: 1px solid black;
  border-radius: 2em;
  font-size: 4em;
}