.video {
  width: 100%;
  height: auto;
}

.yt-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.bluebglinks {
  color: #003399;
  text-decoration: underline;
}

a.bluebglinks:hover {
  background-color: yellow;
}