/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 11 2021 | 15:29:06 */
@media only screen and (max-width: 992px) {

body #listeo-listings-container .col-lg-4.col-md-6 {
    max-width: 600px;
    margin: 0 auto;
}
  
}

@media only screen and (min-width: 992px) {

body .collectionfeat div#listeo-listings-container .col-lg-4.col-md-6:nth-of-type(2), 
body .collectionfeat div#listeo-listings-container .col-lg-4.col-md-6:nth-of-type(3), 
body .collectionfeat div#listeo-listings-container .col-lg-4.col-md-6:nth-of-type(4) {
    width: 33.333%;
}

}

@media only screen and (min-width: 769px) {

body .collectionfeat div#listeo-listings-container .col-lg-4.col-md-6:nth-of-type(2) .listing-item {
    height: 320px;
}

body .collectionfeat div#listeo-listings-container .col-lg-4.col-md-6:nth-of-type(3) .listing-item, 
body .collectionfeat div#listeo-listings-container .col-lg-4.col-md-6:nth-of-type(4) .listing-item {
    height: 320px;
}

}