.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }

  .iframe-container img{
    position: absolute;
    top: -5px;
    right: 0;
    margin: 0;
    /*padding: 5px 5px;*/
    pointer-events: none;
    height: 50px;
    width: 70px;
  }
  
  .iframe-container #live-logo{
    left: 25px;
    margin: 0;
    height: 40px;
    width: 55px;
  }

  .iframe-container #lng-logo{
    /*position: inherit;
    bottom: 50px;*/
    top: 150px;
    left: 3px;
    height: 25px;
    width: 30px;
  }

  .iframe-container #lng-transmisiones-logo{
    /*position: absolute;
    bottom: 50px;*/
    left: 25px;
    top: 150px;
    height: 25px;
    width: 70px;
  }

  /* Then style the iframe to fit in the container div with full height and width */
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  #event-data{
    text-align: center;
  }