/* form ok */
/* $form-placeholder-color: #909090; */
.embed-video {
  position: relative;
  padding-top: 56.25%;
  background: #d5d5d5 no-repeat center center;
  background-size: cover;
}
.embed-video .video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.embed-video .video-placeholder::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/video_play.png") no-repeat;
  background-size: contain;
  width: 125px;
  height: 125px;
  cursor: pointer;
}
.embed-video .video-placeholder.no-after::after {
  display: none;
}
.embed-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.no-video-cookies {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 100%;
  z-index: 1;
}

/*# sourceMappingURL=video-scss.css.map */