.xyfg-items{
    margin-top: 20px;
}

.xyfg-items a{
    overflow: hidden;
    display: block;
}

.xyfg-items a img{
    transition: all 0.5s;
}
.xyfg-items a:hover img{
    transform: scale(1.1);
}
