@media only screen and (max-width: 991px){
    .static-page .static-page-content .page-feature-items ul li {width: 24%;}
}
@media only screen and (max-width: 768px){
    .pagination li.prev .page-link , .pagination li.next .page-link{ display: flex; align-items: center; }
    .static-page .static-page-content .page-feature-items ul li {width: 32%;}
    .static-page-content .page-feature-items ul{justify-content: start;}
}
@media only screen and (max-width: 576px){
    .static-page .static-page-content .page-feature-items ul li {width: 49%;}
    .pagination li {margin: 0 1px;}
    .pagination li.prev,.pagination li.next{white-space: nowrap;}
    .pagination li .page-link{padding: 2px 2px;}
}
@media only screen and (max-width: 430px){
    .static-page .static-page-content .page-feature-items ul li {width: 100%;}
    .auction-list .bidding-time{flex-wrap: wrap;}
    .auction-list .addtocalendar .atcb-link { padding-left: 0; }
    .auction-list .addtocalendar a:hover{ background: none !important; }
}
@media screen and (max-width: 450px){
   .check-overflow{overflow: auto;}
}