/* Article 2 desktop image only. Touch devices retain the shared theme layout. */
@media (min-width: 1200px) and (hover: hover) and (pointer: fine) {
  .article2-page .article-hero {
    overflow: visible;
    z-index: 0;
  }

  .article2-page .article-hero .bg-holder {
    background-position: left top !important;
    background-repeat: no-repeat !important;
    background-size: 500px auto !important;
    height: 482px;
    min-height: 482px;
  }

  .article2-page .article-hero-row {
    align-items: flex-start;
    min-height: 0;
  }

  .article2-page .article-body {
    position: relative;
    z-index: 1;
    background: transparent;
  }
}
