@media screen and (min-width: 546px) {
  .cgv-scroller {
    overflow: auto;
    min-height: 15em;
    height: 50vh;
  }
}
@media print {
  .cgv-scroller {
    margin: 0 !important;
    overflow: auto;
    height: auto;
  }
  .cgv-actions {
    display: none;
  }
}
