.text-rotator-outer {
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
}
.text-rotator-inner {
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
}
.text-rotator-outer .close-icon {
  position: absolute;
  width: 100%;
  display: inline-block;
}
.text-rotator-outer .close-icon::after {
  content: "\2715";
  position: absolute;
  padding: 5px;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  pointer-events: all;
  z-index: 1;
}