.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__image {
  
    border: none;
}

@media (max-width:515px) {
    
    .logo__link.logo__left .logo__image {
    margin-right: 15px;
    margin-left: 87px;
    height: 50px !important;
}
}

.staff-member__description {
    
    text-align: justify;
}
.editable__container--inner ol { 
    clear:none;
}

.testimonials__content {
  
    font-style: normal;
    font-size: 16px;
   
}

.editable__container--inner ul { 
    clear:none;
}
.gallery .gallery-slider .gallery-item img {
    margin: 3px;
    box-shadow: 0px 0px 10px #888888;
    padding: 3px !important;
}

.staff-member__image {
  
    height: 230px !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%;
}

-adding borders to your video
.my_class_name {
  margin: 0 auto;
  border: 10px outset #ddd;
}