/*
Theme Name: EyeCare Partners Child
Description: Child theme for Eye Care Partners
Author: Glacial Multimedia
Author URI: https://www.glacial.com
Template: eye-care-partners
Version: 1.0.0
*/

.location-editor-content {
    padding: 5%;
}

.slider.loc-slider.w-slider {
    margin: 0 !important;
    width: 50%;
    height: unset;
}

.loc-slider .slide-content-div.testimonial-name {
    padding: 0 !important;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .slider.loc-slider.w-slider {
        width: 100%;
        height: 300px;
        min-height: unset;
    }
}


@media screen and (max-width: 479px) {
    .slider.loc-slider.w-slider {
        width: 100%;
        height: 250px;
        min-height: unset;
    }
}