/********* Global **********/

#seriesRedesignPage>div.series-hero-section {
    max-width: 1920px;
    margin: 0 auto;
}

p.heroRedesign_compareBox {
    display: none;
}

p.heroSectionContent-text {
    font-size: 1.10em !important;
}

#seriesRedesignPage #compareSection .features,
.collapseProduct,
ul.cd-features-list {
    display: none;
}

#seriesRedesignPage #compareSection .collapseProduct {
    display: none;
}

/**************** Hero Component *****************/

p.heroSectionContent-SubHeading {
    margin-top: 15px;
    margin-bottom: 40px;
}

p.heroSectionContent-text {
    font-size: 1.10em !important;
}

/************** Blade Component One ***************/

#imageTextSideBySideLayout:nth-child(3n+1) .heroSection-mediaItem img {
    object-fit: cover !important;
}

#imageTextSideBySideLayout:nth-child(3n+1) {
    background-image: url("https://static.lenovo.com/ww/img/series-redesign/x-series/series-think-feature-background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#imageTextSideBySideLayout:nth-child(3n+1) .heroContentWrapper {
    background-color: #000;
}

@media only screen and (min-width: 1170px) {
    .cd-products-wrapper {
        overflow-x: inherit;
    }
}