/*YOUTUBE CONSENT*/

.video {
	margin-bottom: 1rem;
}

.video__iframe {
	margin-bottom:0;
}

.video__iframe:not([src]) {
  display: none;
}

.video__iframe[src] + .video__notice {
  display: none;
}

.video {
  display: flex;
  align-items: flex-end;
  position: relative;
  background-position: center center;
  background-size: cover;

  aspect-ratio: 900/510;
}


.video__notice {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin:0;
  padding: 1.5rem;
  width: 100%;
}

.video__notice > * {
  margin-left: auto;
  margin-right: auto;
}

.video__notice > button {
  font: inherit;
  padding: 0.5rem 1rem;
  background-color: #ec008c;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: "Futura Std", sans-serif;
  font-stretch: condensed;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}

.video__notice > button:hover,
.video__notice > button:focus {
  background-color: #000;
}
