.video {
  width: 100%;
  height: 454px;
  position: relative;
  background: url("../images/bg-video.jpg") 0 0 no-repeat;
  background-size: cover;
  text-align: center;
  margin-bottom: 50px;
}

.video .tag {
    width: 80%;
    color: #fff;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
    text-align: center;
}


.video .tag h4 {
  color: #fff;
  margin-bottom: 0px;
}

.video .tag p {
  color: #fff;
}

.video .imgtag {
  display: inline-block;
  width: 126px;
  height: 81px;
  background: rgba(242, 107, 14, 0.6);
  text-decoration: none;
}

.video .imgtag:after {
  font-family: "glyphicons";
  content: '\e072';
  font-size: 3em;
  color: #fff;
}

.video .imgtag:hover {
  background: rgba(1, 51, 182, 0.6);
}

.video .imgtag:after:hover {
  color: rgba(245, 130, 51, 0.9);
}

.video-text-halves .video, .video-halves .video, .video-thirds .video, .video-fourths .video, .video-halves.video-quadrants .video {
    height: auto;
    padding-top: 56.3%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0;
  /*height: 312px;*/
}

@media only screen and (min-width: 768px) {
  .video-thirds .video {
    /*height: 220px !important;*/
  }

  .video-fourths .video {
    /*height: 175px !important;*/
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-halves .video {
        /*height: 189px !important;*/
    }
    .video-thirds .video {
        /*height: 128px !important;*/
    }

    .video-fourths .video {
        /*height: 105px !important;*/
    }

    .video-thirds .video .imgtag {
        width: 89px;
        height: 55px;
    }
    .video-thirds .video .imgtag:after {
        font-size: 2em;
    }

    .video-fourths .video .imgtag {
        width: 55px;
        height: 40px;
    }
    .video-fourths .video .imgtag:after {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 768px) {
  .video-text-halves .col-xs-12, .video-halves .col-xs-12, .video-thirds .col-xs-12, .video-fourths .col-xs-12, .video-halves.video-quadrants .col-xs-12 {
      clear: both;
      float: none;
      width: 100%;
  }
}



#video .tag:not(.maintain) {
    width: 80%;
}


.video-gray {
    background-color: #e6e6e6;
}

.video-green {
    background-color: #2d9f48;
}
