#dialog-history {
    max-width: 700px;
}
#history-page {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow-y: auto;
    overflow-x: hidden;
}

#history-page .history-item {
    width: 255px;
}

#history-page .history-item .img-item{
    height: 255px;
    width: 255px;
}

#history-page .history-play {
    position: relative;
    top:157px;
    left: 97px;
}
