.sr-hero-features .hero-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sr-hero-features .sr-cover-inner>.row>div.col-md-10 {
    padding-left: 0;
}

.sr-hero-features .row.feature-row>div {
    margin: 15px 0;
}

.sr-hero-features .sr-cover-inner {
    margin: 0 auto;
    width: 100%;
    -webkit-transition: all ease-in-out .1s;
    -o-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s;
}

.sr-hero-features .feat-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.sr-hero-features .sr-cover-inner .img-fluid img {
    max-width: 100%;
    display: inline-block;
    height: auto;
}

.sr-hero-features .hero-feature p:last-child {
    margin: 0;
}

@media only screen and (max-width : 768px) {
    .sr-hero-features .sr-hero-features-slick {
        padding-top: 3rem;
    }

    .sr-hero-features .row.feature-row>div {
        margin: .75rem 0;
    }
    .srr-two-col-pin-image .sr-hero-features > .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.sr-hero-features .height-auto {
    min-height: 0vh;
}
{#
.sr-hero-features .height-small {
    padding: 8rem 0;
}
#}
.sr-hero-features .height-medium {
    padding: 14rem 0;
}

.sr-hero-features .height-large {
    padding: 20rem 0;
}

.sr-hero-features .height-full {
    min-height: 100vh;
}