.footer {padding:0;}
.breadcrumb li:last-child a {
    color: rgba(50,50,50,.9);
    cursor: pointer;
    text-decoration: none;
}
.cntvplaybutton {font-size:1.2em;}

#streamquestion-window {border:2px solid #cccccc;padding:10px;}
#cntvPlayer {width:100%;max-width:800px}
.vimeoplayer {
      position: relative;
      padding-bottom: 56.25%;

      height: 0;
      overflow: hidden;
      max-width: 100%;
      height: auto;
    }

    .vimeoplayer iframe,
    .vimeoplayer object,
    .vimeoplayer embed {
      width: 100%;
      height: auto;
    }