.photo-editor
{
    position: relative;
    overflow: hidden;
}

.photo-preview
{
    position: relative;
}
.photo-preview .photo-preview-text.moving
{
    cursor: move;    
    border: 1px dashed red;
}

.photo-preview .photo-preview-text
{
    position: absolute;
    top: 10px;
    left: 10px;
    
    color: #fff;    
    padding: 2px;
    width: 100px;
    word-wrap: break-word;
    font-size: 15px;    
}
.photo-preview .mask
{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: #000 !important;
    opacity: 0 !important;
}





@media screen and (min-width: 992px) 
{
    .box-view
    {
        height: 150px;overflow: hidden;
    }
}

@media screen and (max-width: 992px) 
{
    .box-view
    {
        width: 85%;
        display: block;
        margin: auto;
    }
}
/* Force header text and links to pure black */
#top.navbar,
#top.navbar * {
    color: #000000 !important;
    border-color: #000000 !important; /* in case borders are colored */
}

/* Also target links and brand inside header */
#top.navbar a,
#top.navbar a:hover,
#top.navbar a:focus,
#top.navbar .navbar-brand {
    color: #000000 !important;
}
