/*https://chatgpt.com/c/695412a1-1eec-8333-8b69-db9bbe0c75f2*/


html, body {
  margin: 0;
  width: 100%;
  text-align: center;
  background-color: #1a1a1a;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* Keep aspect ratio, but allow page to scroll */
.smart-player-embed-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

/* Let iframe size naturally */
.smart-player-embed-iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}



/*@charset "utf-8";*/

/*html, body {*/
/*  margin: 0;*/
/*  width: 100%;*/
/*  text-align: center;*/
/*  background-color: #1a1a1a;*/
/*  box-sizing: border-box;*/
/*  overflow: hidden;*/
/*}*/

/*.smart-player-embed-container {*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*  max-width: 1920px;*/
/*  height: 0;*/
/*  overflow: hidden;*/
/*  padding-top: calc(1080 / 1920 * 100%);*/
/*  position: relative;*/
/*}*/

/*.smart-player-embed-iframe {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  max-width: 1920px;*/
/*  max-height: 1080px;*/
/*}*/

/*.smart-player-embed-iframe:-ms-fullscreen { */
/*  max-width: 100%;*/
/*  max-height: 100%;*/
/*}*/

/*@media screen and ( max-height: 1080px )*/
/*{*/
/*   .smart-player-embed-iframe {*/
/*     max-height: 100vh;*/
/*   }*/
/*}*/