.marquee {
  width: 100%; /* the plugin works for responsive layouts so width is not necessary */
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}

.marquee-line {
  height: 34px;
  overflow: hidden;
}
