body { 
    width: 100%; height: 100%; 
    margin: 0px;
    overflow: hidden;
}


/* iframe { 
    width: 100%!;
    aspect-ratio: 16 / 9;
} */

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
/* .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.wrapper {
    position: relative;
    overflow: hidden;
}

#infoi {
    color: white;
    background-color: #000000a0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 10px;
    
}

#country {
    width: 200px;
}

#test-video {
    display: none;
}

.link {
    color: red;
    text-decoration: underline;
}

.loader {
    border: 0.5em solid #f3f3f3;
    border-radius: 50%;
    border-top: 0.5em solid black;
    width: 1em;
    height: 1em;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

#waiting {
    margin-left: auto;
    margin-right: auto;
}