.wrap__slider .slider__image, .wrap__slider .slider__image--fixed {
    background-position: 0px 45%;
    background-size: cover;
    background-repeat: no-repeat;
}

.tab-wrapper .staff-member__position, .tab-wrapper .staff-member__description p {
    color: #fff;
}

.featuredblock__button {
    position: absolute;
    bottom: 17px;
    left: 30px;
    margin: 0;
}
.hours .component__title-caption-wrap {
    margin: 0;
}
.map .component__title-caption-wrap {
    margin: 0 0 38px;
}
#gmap {
    height: 705px !important;
}
.row_clear:after {
    content: "";
    display: table;
    clear: both;
}
.col2 {
    float: left;
    width: 50%;
    padding-left: 20%;
}
.col2_days {
    float: left;
    width: 10%;
}
.col2_hours {
    float: left;
    width: 30%;
}
.col2_days_spa {
    float: left;
    width: 15%;
}
.col2_hours_spa {
    float: left;
    width: 70%;
}
@media (max-width: 768px) {
    .col2 {
        width: 100%;
        padding-left: 0;
    }
}