.tv-section {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('https://static.igem.wiki/teams/5406/images/icons/tileable-tirq.webp');
  background-repeat: repeat;
  background-size: 20% auto;
  padding: 20px 0;
  margin-top: 30px;
}

.tv-header-container {
  text-align: center;
  margin-bottom: 20px;
}

.tv-header {
  color: white;
  font-size: 24px;
  background-color: #008080;
  padding: 10px 20px;
  border-radius: 25px;
  display: inline-block;
}

.tv-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.tv-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.tv-screen {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.tv-video {
  position: absolute;
  top: 35.5%;
  left: 14%;
  width: 63%;
  height: 37.0%;
  z-index: 1;
}

.tv-description {
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: 1.5;
  background-color: #008080;
  padding: 20px;
  border-radius: 25px;
  margin-top: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}