.about-item .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.about-item:hover .img-top {
    display: inline;
}
