/*san-series redesign*/

/************* Lenovo Mast Logos *************/

#seriesPage .logo {
  background-color: #E2231A ;
}

@media (min-width: 46.938em) {
.scrolled.logoWrapper .logo a {
    max-width: 65px;
  }
}
/****** Why-lenovo icon colors ******/

i {
  color:  #E2231A ;
}

/********* Button Adjustments *********/
a.premium-link {
    font-size: 0.9em;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    padding: 1.0em 1.4em;
    display: inline-block;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0);
    transition: .2s;
    width: 15em;
    text-align: center;
    border-radius: 3px;

}

#backgrounImageLayout a.premium-link {
  color: #fff;
  border: 1px solid #fff;
}

.prem-link-container {
    margin: 2em auto;
}

a.premium-link:hover {
    color: #fff;
    background:  #E2231A ;
    border: 1px solid  #E2231A ;
}

/***************** Series Blade adjustments (DE/DM) *****************/

#backgrounImageLayout{
   background-image:url(https://static.lenovo.com/ww/img/series-redesign/x-series/series-think-hero-texture-background.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
}
