@media only screen and (max-width: 500px)
    .item{width:calc(100% - 30px;)}
}
