/* (A) UPLOAD ZONE */
#upzone {
    width: 100%;
    height: 150px;
    /* background: #cfd5ff; */
    padding: 10px;
    margin-bottom: 19px;
    border: 3px dashed #bbb;
    border-radius: 3px;
    color: #bbb;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.35s;
    flex-direction: column;
}
#upzone.highlight {
  background: #eee;
}

/* (B) UPLOAD FORM */
#upform {
  display: none;
}

.imgcol img {
	max-width: 100%;
}