.piece {

    max-width:100%;
    max-height:100%;
    margin: 0 auto;
        width: 100%;

    margin-top:-1.3vw;




}

.piece-container {
    max-width:100%;
    max-height:100%;


}

.piece:hover {
    -webkit-filter: saturate(3); /* Safari 6.0 - 9.0 */
    filter: saturate(3);

}

