.vimeo {
  position: relative;
}
.vimeo .vimeo-target {
  cursor: pointer;
}
.vimeo .vimeo-target img {
  width: 100%;
}
.vimeo .vimeo-video {
  position: relative;
  width: 100%;
}
.vimeo .vimeo-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=vimeo.css.map */
