/*
 * Video template / cc-video rules
 * Extracted from the legacy styles during Ludocorpus CSS modularization.
 */

.cc-video {
  background-color: #1e1e1e;
  padding: 90px 0 50px;
}
.cc-video-excerpt {
  color: #aaa;
}
.cc-video-cont {
  padding: 0 0 56.25%;
  height: 0;
}
.cc-video-close {
  left: -18px;
  position: absolute;
  display: none;
  top: -18px;
  z-index: 5;
}
.cc-video-cont {
    margin: 0 -16px 30px;
  }
body.has-video-fixed .cc-video-embed {
    bottom: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    height: auto;
    padding-bottom: 0;
    position: fixed;
    right: 20px;
    width: 360px;
    z-index: 8;
  }
body.has-video-fixed .cc-video-close {
    display: block;
  }
.cc-video-title {
    font-size: 2.6rem;
  }
