.social-cards div {
  background-position: center !important;
  background-size: cover !important;
}
.ajacerto-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.ajacerto-links a {
  padding: 6px 10px;
  border: 1px solid #d6a83e;
  border-radius: 20px;
  color: #805f12;
  font-size: .7rem;
  font-weight: 800;
}
.podcast-video-panel {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  background: #080b0f;
}
.podcast-video-panel video {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  background: #05070a;
}
.podcast-caption {
  position: absolute;
  inset: auto 0 0;
  padding: 50px 25px 20px;
  pointer-events: none;
  background: linear-gradient(transparent,rgba(5,8,12,.94));
}
.podcast-caption h3 { margin: 0; color: #fff; font-size: 1rem; }
.project-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #080b0f;
}
#current-media { color: #7a828d; overflow-wrap: anywhere; }
@media(max-width:620px){.podcast-video-panel video{height:300px}.ajacerto-links{display:grid}}
