html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
}

.gm-ui-hover-effect
{
    display: none !important;
}

.cam_stream
{
    width: 420px;
}

.biometrics
{
    font-weight: lighter;
    color: crimson;
    margin-top: 10px;
}

#cop_map
{
    height: 100%;
}

#my_stream
{
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: black;
    border-radius: 6px;
    box-shadow: black 2px 2px 5px 0px;
    width: 94.5%;
    max-width: 540px;
    z-index: 1;
}

#minimize
{
    display: none;
    position: absolute;
    left: 478px;
    bottom: 268px;
    width: 32px;
    cursor: pointer;
    z-index: 2;
}

#fullscreen
{
    display: none;
    position: absolute;
    left: 515px;
    bottom: 278px;
    width: 32px;
    cursor: pointer;
    z-index: 2;
}
