

#videoDiv {
    z-index: 1;
    position: absolute;
    width: 30%;
    height: 30%;
    background-color: #1D1D1C;
    right: 15%;
    top: 30px;
}

#streamvideo{
    height: 100%;
}

#timeContainer {

    z-index: 2;
    position: absolute;
    color: white;
    padding: 3px 20px 7px 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 160px;
    background-color: rgba(29, 29, 28, 0.5);
    height: 18px;

}

.resizer{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    bottom: -2px;
    left:-2px;
    background-color: rgba(193,9,37,0.5);
    cursor: sw-resize;
    z-index: 10;

}

#videoPositioner{
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    position: absolute;
    cursor: grab;
    z-index: 12;
}
.wcimg{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}