.liberation-library-index {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* padding-top: 2rem; */
}

@media (max-width: 768px) {
  /* .liberation-library-index {
    position: relative;
    display: block;
  } */

}

.liberation-library-header {
  padding: 1rem;
  width: 100%;
  text-align: center;
}

.murals-preview-area {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; */
}

.mural-preview {
  text-align: center;
  display: block;
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.liberation-library-header {
  padding: 1rem;
  text-align: center;
}

.mural-preview-text-area {
  padding: 1rem;
}

.mural-preview h2 {
  font-family: 'Arial Narrow', sans-serif;
}

a.mural-preview:hover .link-preview-text {
  text-decoration: underline;
}

.mural-preview img {
  width: 100%;
  height: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  /* max-height: 30vw; */
  padding-left: 1rem;
  padding-right: 1rem;
}

/* @media (min-width: 768px) {
  .mural-preview img {
    max-height: 15vw;
  }
} */

@media (max-width: 768px) {
  .mural-preview {
    width: 100%;
    height: auto;
  }
}