/* ADD WHEN DO MIGRATION */

.fit-vids-style {
    display:none;
}
iframe {
    max-width:100%;
}
img {
    max-width:100%;
}

/*ADA BUTTON*/
.ada_toolbar.left {
    right: -68px;
    left: auto;
}


a[href^="tel"], a[href^="fax"] {
    cursor: pointer;
    pointer-events: auto;
}
/*SEO service page*/
.serviceimg {
        float: right;
        margin: 0 0 10px 10px;
    }
 
@media ony screen and (max-width: 1900px) {
    .slider__title, .slider__button {
    text-align: center;
}

 
}

@media only screen and (max-width: 1024px) {
    .logo__link.logo__left .logo__summary {
            text-align: center;
            width: 100%;
    }
 .wrap__header-area {
    display: block;
 }
 .wrap__headerInfo {
     display: none;
 }
}
@media(max-width: 767px) {
    .serviceimg {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }
}
@media only screen and (max-width: 520px) {
    .wrap__page-content img, .wrap__editable img, .wrap__editable-content img, .staff-member img, .form img {
        float: unset !important;
    }
}