div.img {
    margin: 5px;
    border: 3px solid #ccc;
    float: left;
    width: 200px;
    background-color: rgb(255, 255, 255);
}
.media-body {
    overflow: hidden;
    zoom: 1;
}
.responsive{
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    background-color: rgb(199, 170, 170);
}

div.img:hover {
    border: solid #00ff00;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: left;
    font-size: 10px;
    background-color: rgb(255, 255, 255);
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-top:1;
    background-color: crimson;
}
div.order {
    margin: 5px;
    padding: 5px;
    width: 10px;
    height: 10px;
    text-align:center;
}
div.order pos{
    margin: 5px;
    padding: 5px;
    text-align: center;
}
.media-heading {
    margin: 0 0 5px;
    font-size: 25px;
    color: red;
}