.vwpg-gallery {
  width: 100%;
  line-height: 1px;
  /* For autop */
}
.vwpg-gallery p {
  margin: 0 !important;
}
.vwpg-gallery .vwpg-gallery-nav {
  display: none;
  width: 100%;
  background: #00ADEE;
  font-family: Lato, Helvetica, Arial, sans-serif;
  line-height: 35px;
}
.vwpg-gallery .vwpg-gallery-nav button {
  padding: 0 20px;
  font-size: 12pt;
  display: table-cell;
  width: 140px;
  text-align: left;
  border: none;
  background: transparent;
  color: white;
  cursor: pointer;
}
.vwpg-gallery .vwpg-gallery-nav button:last-child {
  text-align: right;
}
.vwpg-gallery .vwpg-gallery-nav button:focus {
  outline: none;
}
.vwpg-gallery .vwpg-gallery-nav div {
  font-size: 13.5pt;
  display: table-cell;
  width: 100%;
  text-align: center;
  color: white;
}
.vwpg-gallery .vwpg-gallery-slide {
  display: block;
}
.vwpg-gallery .vwpg-gallery-slide .vwpg-gallery-caption {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12pt;
  line-height: 1.4em;
  display: block;
  background: #f5f5f5;
  color: black;
  min-height: 1.4em;
  padding: 10px;
  text-align: center;
}
.vwpg-gallery .vwpg-gallery-slide .vwpg-gallery-image {
  width: 100%;
  line-height: 1px;
  background: black;
  text-align: center;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.vwpg-gallery .vwpg-gallery-slide .vwpg-gallery-image img {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: auto;
  margin: auto;
  float: none;
}

@media only screen and (max-width: 480px) {
  .vwpg-gallery .vwpg-gallery-nav button {
    padding: 0 10px;
    font-size: 11pt;
    width: auto;
  }
  .vwpg-gallery .vwpg-gallery-nav div {
    font-size: 12pt;
  }
}

/*# sourceMappingURL=gallery.css.map */
