#streaming {
  /*background-color: var(--senary);*/
}

.area-video-streaming {
  margin-top: 13em;
  margin-bottom: 50px;
}

.live {
  background-color: #e61f5a;
  padding: 3px 10px;
  color: white;
  border-radius: 20px;
  margin-bottom: 20px;
}

.area-video-streaming iframe {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: var(--tertiary);
}

@media (min-width: 300px) {
  .area-video-streaming iframe {
    height: 252px;
  }
}

@media (min-width: 576px) {
  .area-video-streaming iframe {
    height: 236px;
  }
}

@media (min-width: 768px) {
  .area-video-streaming iframe {
    height: 321px;
  }
}

@media (min-width: 992px) {
  .area-video-streaming iframe {
    height: 433px;
  }
}

@media (min-width: 1200px) {
  .area-video-streaming iframe {
    height: 518px;
  }
}

@media (min-width: 1380px) {
  .area-video-streaming iframe {
    height: 630px;
  }
}

