.editable__container--inner p { 
    text-align: justify;
}

.editable__container--inner img { 
    height: auto !important;
    margin: 0 auto;
}

ul#staff__list {
    list-style-type: none;
}
#mm-0 > div.page-layout > div.wrap__page > div > div > div > div.form_ouch_form__container.form__container > div > div > div > div > h1 > a {
    font-size: 30px;
}
.img_src{
    height: 100px;
}
/*hr {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}*/

.staff-member__image {
  
    height: 250px;
    border-radius: 5px;
}

.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%;
}

/* New Patient Form */
/* iPhone 6/7/8/X */
/* @media only screen and (min-device-width : 375px) and (max-device-width : 667px) { 
    .form .label_container {
        display: block !important;
    }
} */


 /* @media (max-width:767px){
    .form .label_container {
        display: block !important;
    }
 } */

 @media (max-width: 519px) {
    .form .label_container {
         display: block !important;
    }
} 
#hidden_thankyou a {
    font-size: 30px;
}
#hidden_thankyou h1 {
    text-align:center;
}



.form__group {
    width: 100%;
    float: unset;
    margin-bottom: 20px;
}