/* BEM support Func
 -------------------------- */
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
.my-marquee {
  overflow: hidden;
}
.my-marquee__scroll {
  width: 100%;
  height: 100%;
}

.my-marquee--horizontal .my-marquee__content {
  display: inline-block;
  white-space: nowrap;
}

.my-marquee--horizontal .my-marquee__copy-content {
  display: inline-block;
  white-space: nowrap;
}