.imageBox
{
    position: relative;
    height: 450px;
    width: 500px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}

.imageBox .thumbBox
{
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height: 430px;
    left: 7%;
    position: absolute;
    top: 2%;
    width: 430px;
}

.imageBox .spinner
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 450px;
    background: rgba(0,0,0,0.7);
}

#btn_iserir_avatar_usuario {
    margin-left: 40px;
}

#video {
    height: 455px;
    margin-left: -53px;
    margin-top: -4px;
    width: 605px;
}

#snap {
    bottom: 0;
    color: white;
    height: 50px;
    left: 190px;
    opacity: 0.6;
    position: absolute;
    width: 100px;
    z-index: 10;
}

#snap:hover {
    opacity: 1;
}

#snap .icon {
    font-size: 34px;
}