/* The video item of the product gallery. ocmod.net */
.product-video-player {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  background: #000;
}
.product-video-player video {
  display: block;
  width: 100%;
  max-height: 80vh;
}
.thumbnails .product-video > a {
  position: relative;
  display: block;
}
/*.thumbnails .product-video > a:after {
  content: "\f04b";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  text-indent: 2px;
}*/
.thumbnails .product-video-inline video {
  display: block;
  width: 100%;
  height: auto;
}
