/* coding: utf-8 */
div[data-type="vimeo"] {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 56.25%;
  border: 1px solid #000;
}
[data-type="vimeo"] .title,
[data-type="vimeo"] .cookiebot,
[data-type="vimeo"] .external {
  font-family: Arial, Helvetiva, sans-serif;
  text-align: center;
}
[data-type="vimeo"] .title {
  position: absolute;
  top: 5px;
  padding: 0 80px;
  color: #fff;
  text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}
[data-type="vimeo"] .cookiebot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  padding: 30px 20px;
  cursor: pointer;
}
[data-type="vimeo"] .external {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  padding: 30px 20px;
  cursor: pointer;
  box-sizing: border-box;
}
[data-type="vimeo"] .play {
  background: #333;
  border-radius: 50% / 10%;
  color: #fff;
  font-size: 2em;
  height: 1.5em;
  width: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
[data-type="vimeo"] .play:hover {
  background: red;
}
[data-type="vimeo"] .play::before {
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}
[data-type="vimeo"] .play::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: " ";
  font-size: 0.35em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
}
