*, *:before, *:after {
  box-sizing: border-box !important;
}

#imageGallery.row {
  -moz-column-width: 12em;
  -webkit-column-width: 12em;
  -moz-column-gap: 8px;
  -webkit-column-gap: 8px;
}

#imageGallery.row>.col-md-3 {
  display: inline-block;
  padding: 0;
  margin: 6px;
  width: 100%;
  float: none;
}

#video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#video-container iframe, #video-container object, #video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
}

.title, h4, h2 {
  font-family: 'OFL Sorts Mill Goudy TT', Georgia, serif;
  font-weight: 300;
  margin-top: 10px !important;
  padding: 0 !important
}

.intro-text {
  font-family: 'OFL Sorts Mill Goudy TT', Georgia, serif;
  font-weight: 100;
  color: #666;
  margin-top: 15px;
  letter-spacing: 10px;
}

.small-text {
  font-size: 38px;
  font-weight: 100;
  padding: 0;
  margin: 0;
  line-height: 38px
}
