.entry-content > .rotating-hero {
  margin-top: -60px;
}

.rotating-hero {
  min-height: 100vh;
  position: relative;
}

.rotating-hero--item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
    align-items: center;
    justify-content: center;
  opacity: 0;
  padding: 30px;
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  transition: all 1000ms ease-in-out;
}

.rotating-hero--item::before {
  content: '';
  display: block;
  opacity: .75;
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.rotating-hero--item.has-colorway-grey::before {
  background-color: #5F6164;
}

.rotating-hero--item.has-colorway-teal::before {
  background-color: #4BBBC1;
}

.rotating-hero--item.has-colorway-yellow::before {
  background-color: #989938;
}

.rotating-hero--item.has-colorway-red::before {
  background-color: #CE0024;
}

.rotating-hero--item.has-colorway-fuschia::before {
  background-color: #91107D;
}

.rotating-hero--item.has-colorway-navy::before {
  background-color: #4BBBC1;
}

.rotating-hero--item.is-active {
  opacity: 1;
  z-index: 5;
}

.rotating-hero--text-wrap {
  color: #fff;
  font-weight: 700;
  position: relative;
  text-align: center;
  z-index: 1;
}

.rotating-hero .site-logo {
  margin: 0 auto 60px;
  width: 50%;
    max-width: 250px;
}

.rotating-hero--item.has-colorway-grey .button {
  background-color: #1A1818;
}

.rotating-hero--item.has-colorway-teal .button {
  background-color: #00575C;
}

.rotating-hero--item.has-colorway-yellow .button {
  background-color: #1B3C21;
}

.rotating-hero--item.has-colorway-red .button {
  background-color: #650007;
}

.rotating-hero--item.has-colorway-fuschia .button {
  background-color: #350D3C;
}

.rotating-hero--item.has-colorway-navy .button {
  background-color: #001232;
}

.rotateing-hero--item.has-colorway-grey .button:hover,
.rotateing-hero--item.has-colorway-grey .button:focus {
  background-color: #5F6164;
}

.rotating-hero--item.has-colorway-teal .button:hover,
.rotating-hero--item.has-colorway-teal .button:focus {
  background-color: #4BBBC1;
}

.rotating-hero--item.has-colorway-yellow .button:hover,
.rotating-hero--item.has-colorway-yellow .button:focus {
  background-color: #989938;
}

.rotating-hero--item.has-colorway-red .button:hover,
.rotating-hero--item.has-colorway-red .button:focus {
  background-color: #CE0024;
}

.rotating-hero--item.has-colorway-fuschia .button:hover,
.rotating-hero--item.has-colorway-fuschia .button:focus {
  background-color: #91107D;
}

.rotating-hero--item.has-colorway-navy .button:hover,
.rotating-hero--item.has-colorway-navy .button:focus {
  background-color: #4BBBC1;
}
