
.onemo-tags{
  position: relative;
  overflow: hidden;
  font-family: Roboto;
}

.onemo-tags-gradient{
  position: absolute;
  z-index: 2;
  height: 50%;
  width: 100%;
}
.onemo-tags-gradient-top{
  background: linear-gradient(#fff, rgba(255,255,255,0.9), rgba(255,255,255,0.75), rgba(255,255,255,0.001));
}
.onemo-tags-gradient-bottom{
  bottom: 0;
  background: linear-gradient(rgba(255,255,255,0.001), #fff);
}

.onemo-tag{
  position: absolute;
  z-index: 1;
  top: 100%;
  white-space: nowrap;
  transition: top 10s linear;
  /* text-shadow: 0px 0px 2px #fff; */
  text-shadow: 0px 0px 10px rgba(255,255,255,0.8);
  color: #555;
}
.onemo-tag-animate{
  top: -10% !important;
}
