/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* IW Vimeo Consent Module */
.vimeo-consent-wrapper {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding-top: 56.25%;
  overflow: hidden;
}

.vimeo-consent-wrapper img,
.vimeo-consent-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.vimeo-consent-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  pointer-events: none;
}

.vimeo-consent-wrapper p {
  display: none;
}

[data-cky-tag] {
  visibility: visible;
}

#vimeo-absolute {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
