
.tlml-embed-wrap{
  position:relative;
  width:100vw;
  max-width:100vw;
  margin:0 0 24px calc(50% - 50vw);
  padding:0;
  overflow:hidden;
  border-radius:0;
  background:#080b12;
  border-top:1px solid rgba(66,215,255,.24);
  border-bottom:1px solid rgba(66,215,255,.24);
  box-shadow:0 22px 54px rgba(0,0,0,.30);
}
.tlml-embed-frame{
  display:block;
  width:100%;
  min-width:100%;
  min-height:1100px;
  border:0;
  background:#080b12;
}
@media(max-width:782px){
  .tlml-embed-wrap{width:100%;max-width:100%;margin-left:0;border-radius:0}
}
