.wrap__logoHeader {
    max-width: 100% !important;
}


.wrap__header {
    border: unset;
}

td{
    border: unset;
}


img.logo__image {
    display: block;
    width: 100% !important;
    height: auto !important;
}


.slider__image, .slider__image--fixed {

    background-repeat: round;
}


.wrap__image--inner .image {
    background-repeat: round !important;
    background-position: unset !important;
}



/* .home-layout,
.fullwidth-layout {
    background: url(https://mysites.therapysites.com/0096944/storage/app/media/bg.gif);
} */


footer.wrap__footer {
    background: rgb(68, 68, 68);
    border-color: rgb(119, 100, 77);
}

@media (max-width: 1024px) {
   .slider__image, .slider__image--fixed {
    background-position: 50% 0;
    background-size: contain;
    background-repeat: round;
}
}

@media (max-width: 767px) {
    .wrap__header--inner {
        text-align: center;
        padding: 20px;
    }
}


@media (max-width: 500px) {

p.logo__title {
    font-size: 1.5rem !important;
    line-height: 1 !important;
 }

p.logo__description {
    font-size: 14px !important;
    line-height: 1.5 !important;
}

a.logo__link.logo__left picture {
    display: none;
}
}



