.fast-exp-animation {
    position: relative;
    -webkit-animation: mymove 1s infinite; /* Chrome, Safari, Opera */
    animation: mymove 1s infinite;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    0%   {left : 0;}
    50%  {left : 25px;}
    100% {left : 0;}
}
/* Standard syntax */
@keyframes mymove {
    0%   {left : 0;}
    50%  {left : 25px;}
    100% {left : 0;}
}

.fast-exp-img {
  position: relative;
  left : -25px;
  float: left;
}
.pos-horizontal {
  position: absolute;
  top: 65%;
}
.skip-bg {
  opacity: 0.6;
  background-color: #000;
  float: right;
  font-size: 16px;
  border: 1px solid #fff;
  line-height: 20px;
}
.skip-padding {
  padding: 11px 10px 2px 10px;
}
.video-intro {
  color: #fff;
  background-color: #000;
  padding-top: 15px;
  margin-top: 10px;
  position: absolute;
  width: 100%;
}
a.video-intro:hover, a.video-intro:visited, a.video-intro:active {
  color: #fff;
  opacity: 0.6;
}
.intro-img {
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
.intro-bg {
  padding-top: 6px;
  font-size: 16px;
  float: left;
}
.bg-linear-gradient {
  background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 *//* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.icon-circle-arrow-left {
  padding-right: 4px;
}
.video-js .vjs-big-play-button {
  font-size: none;
  border: none;
  width: 68px;
  height: 48px;
  border-radius: 13px;
}
.video-js:hover .vjs-big-play-button {
  background-color: #CC181E !important;
}
.vjs-big-play-button:hover {
  background-color: #CC181E !important;
}