#form-actions{
    max-width: 80% !important;
}
#photo-user,#flag-user{
    width: 150px;
    height: 150px;
}
#flag-banner{
    width: calc(150px * 2.7);
    height: 150px
}
.canvas-cut-image{
    top: 0;
    left: 0;
}

@media screen and (max-width:764px){
    #photo-user,#flag-user{
        width: 200px;
        height: 200px;
        margin-left:auto;
        margin-right: auto;
    }
    #flag-banner{
        width: calc(150px * 2.7);
        height: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:1024px) {
    #form-actions{
        max-width: 100% !important;
    }
    
}