.media--type-video {
  position: relative;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.media--type-video .video__miniature {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.media--type-video .video__miniature img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.media--type-video .video__miniature:after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  -webkit-mask-image: url("../../img/icones/play.svg");
          mask-image: url("../../img/icones/play.svg");
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: 1;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: white;
}
.media--type-video .video__miniature:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.3);
}
.media--type-video .video__miniature:hover {
  cursor: pointer;
}
/*# sourceMappingURL=media--video.css.map */
