.promo-rotator {
  clear: both;
  width: 940px;
  max-width: calc(100% - 20px);
  margin: 18px auto 12px;
  padding: 9px;
  background: #7f7968 url("/wp-content/themes/that-music-theme/img/post_bck.png") repeat;
  border: 1px solid #5d1d19;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
}

.promo-rotator__frame {
  position: relative;
  display: block;
  height: 120px;
  max-height: 120px;
  overflow: hidden;
  background: #211918;
}

.promo-rotator__slide {
  position: absolute;
  inset: 0;
  display: block;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 700ms ease, visibility 700ms ease;
}

.promo-rotator__slide.is-active {
  opacity: 1;
  visibility: visible;
}

.promo-rotator__slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.promo-rotator__copy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 16px 18px;
  background:
    linear-gradient(90deg, rgba(33,25,24,0.04) 0%, rgba(94,0,0,0.32) 34%, rgba(94,0,0,0.70) 100%),
    url("/wp-content/themes/that-music-theme/img/site_title_bck.gif") top right no-repeat;
  border-left: 1px solid rgba(255,255,255,.18);
  text-shadow: 1px 1px 0 #260000;
}

.promo-rotator__label {
  font-size: 11px;
  line-height: 1.2;
  color: #d8cfb7;
  text-transform: uppercase;
}

.promo-rotator__title {
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
}

.promo-rotator__text {
  font-size: 12px;
  line-height: 1.45;
  color: #f0eadc;
}

.promo-rotator__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
}

.promo-rotator__dot {
  width: 8px;
  height: 8px;
  border: 1px solid #d8cfb7;
  background: #3b322c;
}

.promo-rotator__dot.is-active {
  background: #8e0000;
}

@media (max-width: 760px) {
  .promo-rotator {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .promo-rotator__frame {
    height: 120px;
    max-height: 120px;
  }

  .promo-rotator__slide {
    display: block;
  }

  .promo-rotator__copy {
    width: 42%;
    min-width: 190px;
    border-left: 1px solid rgba(255,255,255,.18);
    padding: 10px;
  }

  .promo-rotator__title {
    font-size: 14px;
  }

  .promo-rotator__label,
  .promo-rotator__text {
    font-size: 10px;
    line-height: 1.2;
  }
}
