/* Fix OE1 module on mobile breakpoints. */

@media (max-width: 999px) {
  .overview-editorials--media-left .overview-editorials__content {
    float: none;
    margin-right: 0px;
    text-align: center;
  }
  .overview-editorials--media-left .overview-editorials__body {
    padding: 0px;
  }
  .overview-editorials--media-right .overview-editorials__image {
    padding: 0 10px;
  }
}

/* Change BC1 title typography for consistency. Needs to be changed in code sitewide. */
.benefit-card h2 {
  font-family: inherit;
}

.variable-editorial-column-module .grid-media__image img {
  max-height: 25rem;
}

.variable-editorial-column-module .grid-media__image {
  width: 15rem;
}

@media (max-width: 999px) {
#accelerate-wheel .overview-editorials__image {
  padding-right: 25%;
}

#sofa-whitepaper .overview-editorials__image {
  padding-left: 33%;
}
}

@media only screen and (orientation: landscape) and (max-width: 768px) {
    .mobile-hero-fix .col-xs-12 {
       width: 60%;
    }
}