.custom-headline-rotator {
  position: relative;
  display: block;
  /* min-height: 2.5em; */
}
.custom-headline-rotator .headline {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  white-space: normal;
  word-break: break-word;
}
.custom-headline-rotator .headline.active {
  opacity: 1;
  position: relative;
}
