/************* Hero Section *************/

#backgroundColorLayout {
    background-image: url("/medias/lenovo-loq-hero-bg-img-1920px-width-alt-rt.png?context=bWFzdGVyfHJvb3R8Mjc2OTc3fGltYWdlL3BuZ3xoNDcvaDQyLzE3MTY2MzY0MjQ2MDQ2LnBuZ3w5NTE1ZDk1MDQyYmI4YzI3OTM5MzNmYWZiOGM1ZWY3NjI0YzE1ZTQ0NmE3NzYyODk0MGIxMTE4MTVlYzhmYjEy");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .heroSection-mediaItem img {
    object-fit: cover !important;
  }

  /*** Space between subheading and logo/quote ***/
  
  p.heroSectionContent-SubHeading {
    margin-top: 15px;
    margin-bottom: 28px;
  }
  
  /*** Adjust Hero Image location ***/
  
  #backgroundColorLayout .heroImageWrapper {
    margin-left: 47%;
    top: 4em;
  }
  
  /*** Adjust Hero Image sizing ***/
  
  #backgroundColorLayout .heroImageWrapper img {
    max-height: 60%;
  }
  
  /* Adjust Font Sizes */
  p.heroSectionContent-SubHeading {
    font-size: 2em;
  }
  p.heroSectionContent-Quote {
    font-size: 1.6em;
  }
  p.heroSectionContent-text {
    font-size: 1.1em;
    font-weight: 300;
  }
  
  /*** Mobile Settings - center align text and hide image ***/
  
  @media screen and (max-width: 750px) {
    div#backgroundColorLayout .heroContentWrapper {
      width: 100% !important;
      padding: 1em 2em;
    }
  
    #backgroundColorLayout .heroTextWrapper p {
      display: none !important;
      padding: 0 !important;
    }
    #backgroundColorLayout .heroTextWrapper a {
      display: none !important;
      padding: 0 !important;
    }
    p.heroSectionContent-headLine,
    p.heroSectionContent-SubHeading,
    p.heroSectionContent-Quote {
      text-align: center !important;
    }
    #backgroundColorLayout .heroImageWrapper {
      display: none;
    }
    #seriesRedesignPage
      #backgroundColorLayout
      .heroSectionContent-headLine:after {
      display: none;
    }
    p.heroSectionContent-headLine {
      width: 100% !important;
    }
  }
  
  /*** Mobile Settings - text padding - image size ***/
  
  @media (max-width: 53em) {
    #backgroundColorLayout .heroContentWrapper {
      padding: 1em 2em;
    }
    #backgroundColorLayout .heroTextWrapper p {
      display: none !important;
      padding: 0 !important;
    }
    #backgroundColorLayout .heroTextWrapper a {
      display: none !important;
      padding: 0 !important;
    }
    #backgroundColorLayout .heroImageWrapper {
      height: 400px;
    }
  }
  
  /*** left align compare box ipad and above ***/
  
  @media screen and (min-width: 849px) {
    p.heroRedesign_compareBox {
      margin-left: 0;
    }
  }
  
  @media only screen and (min-width: 1170px) {
    #seriesRedesignPage .seriesListings-header .seriesListings-title a {
      line-height: 1.4em;
    }
  }
  
  /*** Adjust desktop hero height and wrapper widths ***/
  
  @media (min-width: 53em) {
    #backgroundColorLayout,
    #backgroundColorLayout .heroImageWrapper,
    #backgroundColorLayout .heroSectionContent {
      height: 660px;
    }
    #backgroundColorLayout .heroContentWrapper {
      width: 48%;
      padding: 0 2em 0 6em;
    }
    #backgroundColorLayout .heroImageWrapper {
      max-width: 50%;
      margin-left: 47%;
    }
    #backgroundColorLayout .heroImageWrapper img {
      max-height: 70%;
    }
  }
  
  @media (min-width: 85em) {
    #backgroundColorLayout .heroImageWrapper img {
      max-height: 75%;
      margin: 5%;
    }
    #backgroundColorLayout .heroImageWrapper {
      margin-left: 50%;
    }
  }

  /* Compare Table hide battery life */
  ul.cd-features-list li:nth-child(5)
  {
    display: none;
  }