.video__iframe:not[src] {
  display: none;
}

.video__iframe[src] + .video__notice {
  display: none;
}

.yt-video {
  display: flex;
  align-items: center;
  position: relative;
  background-color: rgb(0, 117, 121);
  background-position: center center;
  background-size: cover;
}

.yt-video::before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
  width: 0;
  height: 0;
}

.video__notice {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 1.5rem;
  width: 85%;
  margin: 0 auto;
}

.video__notice > * {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.video__notice > a {
  font: inherit;
  background-image: linear-gradient(to right, #fff 50%, #007579 50%);
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  color: #fff;
  display: inline-block;
  height: auto;
  font-size: 18px;
  line-height: 1em;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 35px;
  width: auto;
  text-decoration: underline;
  position: relative;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background 500ms ease-in-out, color 500ms ease-in-out,
    border-color 500ms ease-in-out, top 500ms ease-in-out,
    right 500ms ease-in-out, bottom 500ms ease-in-out, left 500ms ease-in-out,
    margin 500ms ease-in-out, padding 500ms ease-in-out;
  border: none;
  color: #fff;
  cursor: pointer;
}

.video__notice > a:hover,
.video__notice > a:focus {
  background-position: left bottom;
  color: #2f789f;
  text-decoration: underline;
}

.video__notice p {
  margin-bottom: 30px;
}

.video__notice a svg {
  display: none;
}

.video__notice > a:hover,
.video__notice > a:focus {
  background-color: #000;
}

.video__notice .use-ajax {
  padding: 8px 12px;
  text-decoration: none;
}

/*
.yt-video {
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgb(0, 117, 121);
    background-position: center center;
    background-size: cover;
}
*/
