#msgText{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    text-align: center;
}

#iframe-main{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    border:none;
}

#startCapture-popup{
    background-color: black;
    z-index: 100;
}

#landscapeNotice-popup{
    display: none;
    z-index: 200;
}

@media(orientation: portrait){          /* Notice to change landscape when in portrait mode */
    #landscapeNotice-popup{
        display: unset;
    }
}