.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.video-facade {
  position: relative;
  display: block;
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 0;
  background: #111;
  cursor: pointer;
  overflow: hidden;
}

.video-facade img,
.video-facade iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.video-facade__play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 28px;
  line-height: 72px;
  text-align: center;
}

.video-facade:hover .video-facade__play {
  background: rgba(200, 0, 0, 0.85);
}

.contacts__map-wrap {
  width: 100%;
  min-height: 320px;
  border: 0;
}

.page-date,
.video__summary,
.video__source {
  margin: 0.75rem 0 1.25rem;
}

.video__related {
  margin-top: 2rem;
}

.card__image-placeholder {
  min-height: 180px;
  background: #ddd;
}

.header__nav {
  flex: 1 1 auto;
  min-width: 0;
}

.header__content {
  align-items: flex-start;
}
