h1 {
  font-family: var(--bold-font);
  font-size: 2rem;
  color: var(--light-gray);
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.release-title {
  padding-bottom: 1rem;
}

.tv {
  height: auto;
  width: 35rem;
}

.video-links-wrapper {
  display: flex;
  margin-bottom: 2rem;
  justify-content: center;
  margin-top: 1rem;
}

.date,
.rel-title,
.type {
  color: 242424;
}

.release-wrapper {
  margin-bottom: 3rem;
}

.release-wrapper {
  justify-content: center;
  display: flex;
}

.releases {
  background: var(--release-background);
  color: var(--release-text);
  padding: 1rem;
  padding-bottom: 0.25rem;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  /* text-align: right; */
  flex-direction: column;
  align-items: center;
}

.wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.type {
  text-transform: capitalize;
}

.release-text {
  max-width: 70vw;
}

.release-img {
  width: 70vw;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  border: 3px solid black;
  margin: auto;
}

@media only screen and (min-width: 701px) {
  .iframe {
    width: 500px !important;
    height: 500px !important;
  }

  h1 {
    font-size: 2.75rem;
  }

  .text {
    font-size: 1.2rem;
  }

  .video-links-wrapper {}
}

@media only screen and (max-width: 500px) {
  .iframe {
    width: 400px !important;
    height: 400px !important;
  }
}

@media only screen and (max-width: 450px) {
  .iframe {
    width: 300px !important;
    height: 300px !important;
  }
}

@media only screen and (max-width: 350px) {
  .iframe {
    width: 250px !important;
    height: 250px !important;
  }
}

.video-btn a{
  color: black !important;
  font-size: 1rem;
}