.privacy-layer-target {
  display: none;
}
.privacy-layer-target.active {
  display: block;
}
.privacy-layer {
  background-image: url("../Images/privacy-layer-bg.jpg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.privacy-layer p {
  color: #FFF;
  max-width: 800px;
  text-align: center;
}
.video-container-youtube {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.video-container-youtube .video-embed-item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=celocore-iframe.css.map */