body {
    background-color:#000000;
    color:#999999;
    /*font-family: 'Courier New', Courier, monospace;*/
    margin:0px;
    padding:0px;
}

#appContainer {
    display: block;
    
    /*position: relative;*/
    position: fixed;
    top:0;
    left:50%;
    transform:translateX(-50%);
    align-items: center;
    justify-content: center;
    height: 100%;
    background:url(assets/images/app-bg-mobile-9x16.png) no-repeat center center;
    background-size: cover;
    /*border:1px solid #111;*/
    aspect-ratio: 9/16;
    margin:auto;
}

.appUILayer {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#premiumCaseOverlay {
    background:url(assets/images/premium-case-solo.png) no-repeat center center;
    background-size: cover;
}

#premiumCaseOverlaySolid{
    background:url(assets/images/premium-case-full.png) no-repeat center center;
    background-size: cover;
}

#textureSampleShadows {
    background:url(assets/images/premium-case-solo-01-shadow.png) no-repeat center center;
    background-size: cover;
}

#textureAssemblyContainer {
    position:relative;
    height:71%;
    margin-top:23.8%;
    margin-right:auto;
    margin-left:auto;
    width:53%;
}
.textureSlot {
    height:25%;
    width:100%;
    position:relative;
    display: block;
    background-color: rgba(236, 214, 197, 1);
    border-bottom:1px dashed #ffffff;
    text-align:center;
}

.appHoverElement {
    margin:0px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

#myVideo {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}