/*
Theme Name: msnladyboy
Version: 1.2
*/

html,body{
    width:100%;
    height:100dvh;
    margin:0;
    overflow:hidden;
    background: #000000;
}

#app-shell{
    width:540px;
    max-width:100%;
    height:100dvh;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    overflow:hidden;
}

main{flex:1;overflow-y:auto;}
.container{padding:15px;box-sizing:border-box;}

iframe {
    overflow-clip-margin: content-box !important;
    overflow: clip !important;
    border-width: 0px;
    width: 100%;
    position: absolute;
    top: 0;
    max-width: 540px;
    height: 100%;
}