.wrapx-announcement-bar{
  position:sticky;
  top:0;
  background:#000;
  color:#fff;
  height:32px;
  overflow:hidden;
  z-index:90;
}
.wrapx-announcement-track{
  display:flex;
  transition:transform .8s ease;
}
.wrapx-announcement-item{
  min-width:100%;
  text-align:center;
  line-height:32px;
  font-size:15px;
  font-weight:500;
  white-space:nowrap;
}
.wrapx-announcement-close{
  position: absolute;
  top: 8px;          /* top se gap */
  right: 12px;       /* right se gap */
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}
