.wcss-embed{
  width:100%;
  height:min(var(--wcss-height,900px),calc(100vh - 32px));
  min-height:760px;
  margin:0;
  padding:0;
  position:relative;
  overflow:hidden;
  background:#0c0f14;
  border-radius:0;
}
.wcss-frame{
  display:block;
  width:100%;
  height:100%;
  border:0;
  background:#0c0f14;
}
@media(max-width:782px){
  .wcss-embed{height:min(var(--wcss-height,900px),calc(100vh - 46px));min-height:700px}
}
