.pgallery-index {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.pgallery-index img {
  max-width: 100%;
}
.pgallery-index li {
  padding-bottom: 40px;
}
.pgallery-index a {
  display: block;
  height: 90px;
  padding: 15px;
  background-color: #ddd;
  border-radius: 10px;
  text-decoration: none;
}
.pgallery-index a:hover {
  background-color: #ccc;
}
.pgallery-index span {
  display: block;
}
.pgallery-desc {
  padding: 20px 0;
}
.pgallery-desc .vid {
  margin: 20px 0;
}
.pgallery-view {
  clear: both;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 14px;
}
.pgallery-view img {
  max-width: 100%;
}
.pgallery-view li {
  padding-bottom: 20px;
}
.pgallery-view .image {
  margin-bottom: 10px;
}
.pgallery-view .notes > div {
  margin-bottom: 5px;
}
.pgallery-view .notes > div:first-of-type {
  font-weight: bold;
}
