.announcement-slides-wrapper {
  width:100%;
  background-color:var(--gradient-base-accent-1);
  display:flex;
  justify-content:center;
  align-items:center;
      overflow: hidden;
}

.announcement-slide {
  color:#fff!important;
  text-align:center;
  font-size:16px;
  display:flex!important;
  justify-content:center;
  align-items:center;
}

.announcement-slide img {
  height:27px;
}

@media screen and (min-width:751px) {
  .announcement-slides-wrapper {
    display:none; 
  }
}