
.item {
    width: 220px;
    float: left;
    margin: 10px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #fff;
}

.item:hover {
    box-shadow: 0 0 10px #f19c1e;
    border: 1px solid #f19c1e;
}

item.w2 {
    width: 50%;
}

item.w2 > img {
    width: 100%;
}

.item > img {
    width: 100%;
    vertical-align: middle;
}

