body, html {

    margin: 0;
    padding: 0;
    background-color: #111111;
    width: fit-content;
    height: 100%;
    /* height: 100%; */
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 9;
}
#videos {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;

    margin-left: auto;
    margin-right: auto;
}
#subscriber {
    position: absolute;
    left: 0;
    top: 0;
    aspect-ratio: 16 / 9;

    width: 100%;
    height: 100%;
    z-index: 10;
}


.OT_widget-container {
    position: absolute;
    background-color: transparent;
    overflow: hidden;
  }
  
  .OT_subscriber .OT_edge-bar-item {
    display: none !important;
  }
  
  .Toastify__toast-body>div:last-child {
    flex: 1;
    font-size: 12px;
  }
  