.announcement-bar__anim-wrapper {
  &.vertical {
    display: block;
    height: auto;

    .announcement-bar__duplicate-wrapper {
      display: block;
      height: auto;
    }

    .announcement-bar__block-item .image__container {
      margin: 0;
    }

    .announcement-bar__block-item {
      justify-content: center;
      width: 100%;
    }

    .swiper-slide {
      height: 100% !important;
    }
  }
}

@media screen and (min-width: 1025px) {
}
