.amp-insights-slider-item {
    position: relative;
    -webkit-transition: 0.3s cubic-bezier(0.8,0,0.4,1);
    transition: 0.3s cubic-bezier(0.8,0,0.4,1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--grid-dim-color);
}

@media only screen and (min-width: 1025px) {
    .amp-insights-slider-item {
        flex-direction: row;
    }
}

.amp-insights-slider-item--no-post {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.amp-insights-slider-item-image {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.amp-insights-slider-item-image img {
    width: 100%;
    height: 100%;
    display: block;
    font-family: "object-fit-cover";
    -o-object-fit: cover;
    object-fit: cover;
}

.amp-insights-slider-item-image::after,
.amp-insights-slider-item-image img {
    -webkit-transition: 0.3s cubic-bezier(0.8,0,0.4,1);
    transition: 0.3s cubic-bezier(0.8,0,0.4,1);
}

.amp-insights-slider-item-image::after,
.amp-insights-slider-item-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.amp-insights-slider-item-image::after {
    border: 0 solid var(--grid-body-bg);
}

.amp-insights-slider-item-image::before {
    -webkit-transition: 0.3s cubic-bezier(0.8,0,0.4,1);
    transition: 0.3s cubic-bezier(0.8,0,0.4,1);
    background: linear-gradient(to top,rgba(12,12,12,0.2),rgba(12,12,12,0.9));
    opacity: 1;
    z-index: 1;
}

.amp-insights-slider-item:hover .amp-insights-slider-item-image::before {
    opacity: 0.5;
}

.amp-insights-slider-item:hover .amp-insights-slider-item-image img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.amp-insights-slider-item:hover .amp-insights-slider-item-image::after {
    border-width: 5px;
}

.amp-insights-slider-item-content {
    padding: 13px 0 0 0;
    color: var(--grid-text-color);
    z-index: 1;
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 1025px) {
    .amp-insights-slider-item-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        border-left: 0;
        z-index: 2;
    }
}

.amp-insights-slider-item-content h3 {
    font-size: calc( 24 / var(--grid-base-font-size) * 1rem ) !important;
    line-height: 1.2em !important;
    font-weight: 400 !important;
    letter-spacing: var(--grid-letter-mid);
    opacity: 1;
    margin-bottom: .5em;
}

.amp-insights-slider-item-content h3 {
    font-size: calc( 36 / var(--grid-base-font-size) * 1rem );
    line-height: calc( 43 / var(--grid-base-font-size) * 1rem );
}

.amp-insights-slider-item-content .amp-read-more {
    float: left;
}

.amp-insights-slider-item .amp-more-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

.amp-insights-slider .slick-next {
    right: 32px;
}

.amp-insights-slider .slick-prev {
    right: 64px;
}

.amp-insights-slider .slick-arrow, .amp-insights-slider .slick-dots {
    position: absolute;
    top: auto;
    bottom: 40px;
    margin: auto;
}

.amp-insights-slider {
    padding-bottom: 50px !important;
}

.amp-insights-slider .slick-dots {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    list-style: none;
}

@media only screen and (min-width: 1025px) {
    .amp-insights-slider .slick-dots {
        top: auto;
        right: auto;
        bottom: 65px;
        left: calc(100%);
    }
}
