/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */
img.center {
    display: block;
    margin: 0 auto;
}
@media only screen and (min-width: 400px) {
.itemContainer { min-width: 100% }
}

@media only screen and (min-width: 650px) {
.itemContainer { min-width: 50% }
}


@media only screen and (min-width:  900px) {
.itemContainer { min-width: 33.33%; }
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
