#streaming {
  background-color: #FFF;
  background-image: url("https://2023.marcasdeconfianza.com/wp-content/themes/virtual/assets/img/header2023_2.png");
  background-position: center center; /* This centers the image in the x (horizontal) and y (vertical) axes */
  background-repeat: no-repeat; /* This prevents the image from repeating */
  /*background-size: cover;*/ 
  /* background-size: contain; */ /* This will make sure that the entire image fits inside the element, though it could leave empty space */
}

@media (max-width: 768px) {
  #streaming {
    background-size: cover;
  }
}



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


@media (max-width: 768px) {
  .area-video-streaming {
    margin-top: 90px;
    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;
  }
}
