.editable__container--inner p { 
    text-align: justify;
}

.editable__container--inner img { 
    height: auto !important;
    margin: 0 auto;
}

ul#staff__list {
    list-style-type: none;
}

.staff-member__description {
    
    text-align: justify;
}
.editable__container--inner ol { 
    clear:none;
}

.editable__container--inner ul { 
    clear:none;
}
.gallery .gallery-slider .gallery-item img {
    margin: 3px;
    box-shadow: 0px 0px 10px #888888;
    padding: 3px !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vidborder {
  margin: 0 auto;
  border: 10px outset #ddd;
}
