/* Static hero fallback — see /content/js/restore-hero.js */
.restore-static-hero {
  position: relative;
  min-height: 640px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.restore-static-hero:before {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(27, 26, 26, 0.35);
}
.restore-static-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 40px 20px;
}
.restore-static-hero-inner .restore-cap {
  display: block;
  margin: 0 auto 18px;
  white-space: normal !important;
}
.restore-static-hero-inner a.restore-cap {
  display: inline-block;
  margin-top: 14px;
  padding: 17px 50px;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.restore-static-hero-inner a.restore-cap:hover {
  background-color: #b1525a;
  border-color: #b1525a;
  color: #fff;
}
@media (max-width: 767px) {
  .restore-static-hero { min-height: 420px; }
  .restore-static-hero-inner .CMS-Title { font-size: 40px !important; line-height: 46px !important; }
}
