.item {
    width: 100%;
    min-height: 100px
}

.item:hover {
    opacity: .5
}

.padding {
    padding: 10px 5px
}