.itk-video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 1.5em;
  background: #e2ecee;
  border: 2px solid #d5e4e6;
}

.itk-video-responsive > iframe {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.itk-blocked-text {
  z-index: 0;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  top: 50%;

  & strong {
    cursor: pointer;
    text-decoration: underline;
  }
}

