.latest-auction .item{
    display: inline-block;
    width: 31.7%;
    clear: none ;
    margin-right: 2%;
    margin-bottom: 50px;
    padding: 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
}
.latest-auction .moduletable .wrapper>.item:nth-child(3n){
    margin-right: 0;

}
.latest-auction .item .top{
    background-color: #ffae24;
    display: inline-block;
    width: 100%;
}
.latest-auction .moduletable>a:nth-child(3), .latest-auction .moduletable>div:nth-child(2){
    display: none;
}
@media all and (max-width: 1200px) {
    section.latest-auction .wrapper-img {
        width: 90% !important;

    }
}
@media all and (max-width: 992px){
    .latest-auction .item{
        width: 45%;
        margin-right: 9%;

    }
    .latest-auction .moduletable .wrapper>.item:nth-child(2n){
        margin-right: 0;

    }
    .latest-auction .moduletable .wrapper>.item:nth-child(3n){
        margin-right: 9%;

    }
}
@media all and (max-width: 768px){
    .latest-auction .item{
        width: 360px;
        margin: 0 auto 60px auto;
        display: inline-block;

    }
    .latest-auction .moduletable .wrapper{
        text-align: center;
    }
    .latest-auction .moduletable .wrapper>.item:nth-child(2n){
        margin-right: auto;

    }
    .latest-auction .moduletable .wrapper>.item:nth-child(3n){
        margin-right: auto;

    }
}
