
.doted-box{
    width: 100%;
    height: 100%;
    border: 1px dashed #BBBBBB;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.image-form{
    width:100%;
}

.image-form>input {
    display: none;
}

#new-image{
    width: 50px;
    cursor: pointer;
}

@media screen and (max-width: 900px){
    .doted-box{
        border: none;
    }
}
