.box-img {
    width: 100%;
    overflow: hidden;
    padding: 0;
    object-fit: contain;
    cursor: pointer;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 10px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: transform 0.5s;
}
.box-img figure {
    position: relative;
    display: block;
    width: 100%;
    height: 270px;
}
