/** Video **/
.cb-responsive-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.cb-responsive-video.widescreen {
  padding-bottom: 56.34%;
}

.cb-responsive-video.vimeo {
  padding-top: 0;
}

.cb-responsive-video embed, .cb-responsive-video iframe, .cb-responsive-video object, .cb-responsive-video video {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
}