.productsEditor{
    height: 100%;
    /*overflow: hidden;*/
}

.productsEditor .pic{
    display: block;
    margin: auto;
    /*width: 100%;*/
}
.productsEditor h3{
    text-align: center;
    margin-top: 10px;
}
.productsEditor.modal{
    padding-top: 4px;
}

.productsEditor .modal-content{
    width:99%;
    float: left;
}
