
/********* Global **********/

#seriesRedesignPage>div.series-hero-section {
  max-width: 1920px;
  margin: 0 auto;
}



/************** Hero Component One ***************/

#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: #505C74;
}


#imageTextSideBySideLayout .heroSectionWrapper .heroContentWrapper .heroSectionContent .heroSectionContent-Quote {
  color: #87D4E8;
  font-size: 1.2em;
}

#imageTextSideBySideLayout .heroSectionWrapper .heroContentWrapper .heroSectionContent .heroSectionContent-Quote span {
  font-size: 0.8em;
  line-height:50px;
}

/************** Hero Component Two ***************/

#imageTextSideBySideLayout:nth-child(3n+2) .heroSection-mediaItem img {
  object-fit: cover !important;
}
