.youtube-video-blocked {
  width: 100%;
  position: relative;

  .youtube-video-blocked-image {
    width: 100%;
  }

  .youtube-video-blocked-backdrop {
    width: 100%;
    background: var(--blue-400);
    background: var(--grey-100);
    height: 395px;
    position: relative;
  }

  .youtube-video-blocked-cta {
    background-color: #66b1e2;
    color: #003da5;
    cursor: pointer;
    display: inline-block;
    width: 140px !important;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 8px 6px;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 768px) {
  .youtube-video-blocked .youtube-video-blocked-cta {
    font-size: 16px;
    width: 160px;
  }
}
