.editAvis{
    display:none;
}
.listPhotos {
    height: auto;
    overflow-x: auto;
    padding: 1em 0;
    white-space: nowrap;
    width: 100%;
}
.photrace {
    display: inline-block;
    margin-right: 0.2em;
    position: relative;
}
.photrace>img{
    height:8em;
}
.delPho {
    right: .2em;
    top: .2em;
    position: absolute;
}