.sbp-location-slider-wrapper .sbp-location-slider .location-wrapper {
    display: flex;

}

.sbp-location-slider-wrapper .sbp-location-slider .location-thumbnail {
    flex: 1 0 66%;
    background-size: cover;
    background-position: center center;
    min-height: 600px;
    position: relative;
}


.sbp-location-slider-wrapper .sbp-location-slider .location-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 0 33%;
}

/*.sbp-location-slider-wrapper .sbp-location-slider .location-excerpt {*/
/*    flex: 1 0 33%;*/
/*}*/

.sbp-location-slider-wrapper .sbp-location-slider .location-excerpt {
    flex: 1 0 100%;
    padding: 7% 12%;
    align-self: end;
    line-height: 1.8;
}

.sbp-location-slider-wrapper .sbp-location-slider .location-more-link {
    flex: 1 0 100%;
    padding: 7% 12%;
}

.sbp-location-slider-wrapper .sbp-location-controls {
    display: flex;
    justify-content: stretch;
    margin: 25px 0 100px 0;
}

.sbp-location-slider-wrapper .sbp-location-controls .control {
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    padding-top: 20px;
    color: #8b8b8d;
}

.sbp-location-slider-wrapper .sbp-location-controls .control:hover {
    cursor: pointer;
}

.sbp-location-slider-wrapper .sbp-location-controls .control::before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #8b8b8d;
    transition: all 0.3s ease-in-out;
}

.sbp-location-slider-wrapper .sbp-location-controls .control.tns-nav-active::before {
    content: '';
    height: 10px;
    top: 0px;
    background-color: #f2690a;
}

.sbp-location-slider-wrapper .sbp-location-controls .control.tns-nav-active {
    color: #f2690a;
}

.location-title {
    display: none;
}



@media (max-width: 575px) {

    .sbp-location-slider-wrapper .sbp-location-slider .location-wrapper {
        flex-wrap: wrap;

    }
    .sbp-location-slider-wrapper .sbp-location-slider .location-thumbnail {
        flex: 1 0 100%;
        min-height: 600px;
    }

    .sbp-location-slider-wrapper .sbp-location-slider .location-content {
        display: flex;
        flex: 1 0 100%;
    }

    .sbp-location-slider-wrapper .sbp-location-slider .location-thumbnail {
        min-height: 250px;
    }

    .sbp-location-slider-wrapper .sbp-location-slider .location-excerpt {
        padding: 7% 10px;
    }

    .sbp-location-slider-wrapper .sbp-location-slider .location-more-link {
        padding: 7% 10px;
    }

    .sbp-location-slider-wrapper .sbp-location-controls {
        margin: 25px 0 25px 0;
        /*overflow: scroll !important;*/
    }

    .sbp-location-slider-wrapper .sbp-location-controls .control {
        flex: 1 1 auto !important;
    }

    .sbp-location-slider-wrapper .sbp-location-controls {
        height: 10px;
        overflow: hidden;
    }

    .sbp-location-slider-wrapper .sbp-location-controls .control {
        overflow: hidden;
        font-size: 1px;
    }

    .sbp-location-slider-wrapper .location-title {
        display: block;
        color: #f2690a;
        margin-bottom: 35px;
    }

    .sbp-location-slider-wrapper .sbp-location-controls .control.tns-nav-active::before {
        content: '';
        height: 5px;
        top: 3px;
        background-color: #f2690a;
    }


}