/* Current mobile component corrections. */
body#top .vh-video-card__progress { opacity: 0 !important; transition: opacity .2s ease; }
body#top .vh-video-card.is-previewing .vh-video-card__progress { opacity: 1 !important; }
body#top .vh-video-card.is-previewing .vh-video-card__progress span { animation-duration: 10s !important; }
body#top .vh-video-card__preview { opacity: 1 !important; background: #151515; }
body#top .vh-video-card { -webkit-touch-callout: none; }
body#top .vh-contact-card[href="/repertoire/"] .vh-contact-card__content > span:last-child {
  font-size: .82rem !important;
  line-height: 1.4 !important;
}
@media (max-width: 760px) {
  body#top .vh-contact-card[href="/repertoire/"] .vh-contact-card__content > span:last-child {
    font-size: .76rem !important;
  }
}
