@charset "utf-8";
#pg-media-content {
  margin-bottom: 3em;
}
#pg-media-content dt {
  text-align: center;
  padding-top: 2.5em;
}
#pg-media-content dd {
  text-align: center;
}
#pg-media-content .caption1 {
  font-style: italic;
  /* 	border: 1px solid green; */
  margin: 0;
}
#pg-media-content .caption2 {
  font-style: italic;
  font-size: smaller;
  /* 	border: 1px solid green; */
  margin: 0;
}
@media screen and (min-width: 480px) {
  #pg-media-content a {
    text-decoration: none;
    border: none;
  }
  #pg-media-content a .thumb {
    height: 180px;
    padding: 18px;
  }
  #pg-media-content a .thumb:hover {
    height: 198px;
    padding: 9px;
  }
}
@media screen and (max-width: 480px) {
  #pg-media-content a {
    text-decoration: none;
    border: none;
  }
  #pg-media-content a img.thumb,
  #pg-media-content a .thumb:hover {
    width: 90%;
    padding: 18px;
  }
}
#pg-media-content #media-video {
  margin: 4em 0;
}
@media screen and (min-width: 480px) {
  #pg-media-content #media-video article {
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.gallery {
  /*border: 1px solid red;*/
}
