.randomTheaterC .highlight {
  overflow: visible;
}
.randomTheaterC .highlight:before,
.randomTheaterC .highlight:after {
  content: " ";
  display: table;
}
.randomTheaterC .highlight:after {
  clear: both;
}
@media only screen and (min-width: 992px) {
  #body .randomTheaterC ul.randomTheater li {
    display: none;
  }
  #body .randomTheaterC ul.randomTheater li:nth-child(-n + 3) {
    display: block;
  }
}
