.gallery-items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.gallery-items-container:after {
    --width: 2;
    --height: 1;
    --ratio: calc(var(--width)/var(--height));
    --row-height: 12em;
    content: "";
    flex-basis: calc(var(--ratio)*var(--row-height));
    flex-grow: 1000000;
}

.antique-item {
    --ratio: calc(var(--width)/var(--height));
    --row-height: 12em;
    flex-basis: calc(var(--ratio)*var(--row-height));
    flex-grow: calc(var(--ratio)*100);
    margin-bottom: 0.75em;
    margin-right: 0.75em;
    position: relative;
}
.antique-item a {
    cursor: pointer;
}
.antique-item img {
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    transition: opacity .3s ease;
    width: 100%;
    /* max-height: 214px; */
    max-height: 12em;
    border: 1px solid #ebebeb;
}
.EaFJSLGDW4qqApqY {
    color: white;
    justify-content: center;
    background-color: rgb(60, 78, 96, 0.5);
    font-weight: bold;
    opacity: 0.9;
    padding: 5px 10px;
    border: 1px solid white;
    overflow: hidden;
    white-space: nowrap;
}
.f99nDs22XTHDErPs{
    position: absolute;
    display: flex;
    bottom: 10px;
    width: 100%;

    justify-content: center;
}



section.filter-bar,
section.suggested-carousel,
section.search-results {
    padding: 0 var(--margin_left_on_page);
    @media only screen and (max-width: 600px) {
        padding-left: var(--margin_left_on_page_mobile);
        padding-right: var(--margin_left_on_page_mobile);
    }
}

section.suggested-carousel,
section.search-results {
    background-color: #f0f0f0;
}
ol, ul {
    list-style-type: none;
    padding: 0;
}
a:focus {
    color: #494c88;
    text-decoration: underline;
}

/* Headline on Grid */
.headline {
    font-size: 10px;
    display: flex;
    flex-basis: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 0;
    padding: 0.67rem 0;
}
.headline h1 {
    padding: 0;
    font-size: 1.4em;
}
.Aags2QgQ5h9Z3Xmz {
    padding: 0;
    font-size: 1.4em;
    line-height: normal;
    /* font-family: Droid Serif, open sans, Helvetica, Arial, sans-serif; */
    margin-right: 0.18em;
}

/* Search Form */

.zuDm3WDFb9CdssCX {
    background-color: var(--color_antique_cream);
    /* background-color: var(--color_antique_gold); */
    padding: 11px var(--margin_left_on_page);
    /* height: 80px; */
    @media only screen and (max-width: 600px) {
        padding-left: var(--margin_left_on_page_mobile);
        padding-right: var(--margin_left_on_page_mobile);
    }
}

.xExuzf2pZ7JV9qHK {
    /* animation: S7EW4CmRW5iWqRm2ENy1 .3s ease; */
    background: var(--color_antique_cream);
    display: inline-block;
    /* overflow-x: scroll; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    padding: 9px 32px;
}

form#basicSrchFrm input.sch {
    font-size: 1rem;    
    border-left: 1px solid #ccc;
    height: 60px;
    border: 1px solid #000;
    margin: 0 0 0 -1px;
    border-radius: 0;
    padding: 0 20px;    
}

.img-search-btn {
    margin-left:-1px;
    border:1px solid #000;
    border-radius:0;
    border-left:1px solid #f3f3f3;
    background-color:#fff;
    padding: 2px 12px 2px 4px;
}
.img-search-btn i {
    color: var(--color_antique_red);
    padding: 0 0 0 10px;
}

form#basicSrchFrm .search-btn{
    margin-left:-1px;
    border:1px solid #000;
    border-radius:0;
    border-left:1px solid #f3f3f3;
    background-color:#fff;
    padding: 2px 12px 2px 4px;
}
form#basicSrchFrm .search-btn i{
    color: var(--color_antique_red);
    padding:0 0 0 10px
}


/* Bottom Text for SEO */
.dphUPpaXQ8Ifwu5t {
    /* height: 0; */
    font-size: 0.8em;
    font-family: var(--font_family_description);
    color: var(--color_antique_blue);
}

/* Suggestion Keywords */
.suggested-words {
    /* display: flex !important;
    width: calc(100vw - 98px) !important; */
    /* flex-direction: row; */
    margin: 0;
    width: 100%;
    padding-top: 10px;
}
.suggested-words li {
    display: inline-block;
    margin-right: 1px;
}
.suggested-words li:last-child {
    margin-right: 0px;
}
.suggested-words a {
    border: 1px solid #10147f;
    font-size: 1.0em;
    padding: 7px 7px;
    /* margin: 3px 5px; */
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none;
    line-height: 2.5em;
    white-space: nowrap;
}
.SvPcAhYXLgBYmm5q {
    font-size: 1em;
    display: inline;
    color: #10147f;

}
.Aags2QgQ5h9Z3Xmz {
    padding: 0;
    font-size: 1em;
}
.Re3Ie8 {
    padding: 0;
    font-size: 1em;
    font-weight: normal;
}