#featured {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 75px 0;
}

#ft-label {
  width: 90%;
  min-width: 250px;
  max-width: 500px;
  height: auto;
  align-self: flex-start;
  aspect-ratio: 4.21 / 1;
  background: url("../img/labels/ft-cnt-label-2025.png") no-repeat center;
  background-size: contain;
  margin: 0 0 0 15px;
}

.youtubevid {
  min-width: 330px;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 10px 0 30px 0;
  padding: 0;
  border-radius: 0px;
}

.youtubevid iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  border: 1px solid rgba(150, 150, 150, 0.85);
}
