#noResultsContainer {
display: none;
}
.grid {
margin-top: 28px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: space-between;
}
.item {
width: calc(372px - 20px);
max-width: 100%;
height: 372px;
float: left;
margin: 12px;
background-position: center center;
background-size: cover;
position: absolute;
background-repeat: repeat;
}
.item p {
margin: 0;
}
.item:hover .ref_infoarea {
background-color: #e64415;
} .grid:after {
content: '';
display: block;
clear: both;
} .filters {
text-align: right;
}
.ui-group {
display: inline-block;
margin-left: 8px;
}
.ui-group h3 {
display: inline-block;
margin-right: 0.2em;
font-size: 16px;
}
.ui-group .button-group {
display: inline-block;
margin-right: 20px;
}
.gal_filter_text {
font-family: var(--font-family-headlines);
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 18px;
align-items: center;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #000000;
margin-right: 35px;
}
select.filter-select {
font-family: var(--font-family-headlines);
border: none;
background-color: #FFEE00;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 1.5;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #000000;
padding: 20px;
overflow: visible;
width: 100%;
}
select.filter-select option {
font-family: var(--font-family-headlines);
background-color: #000;
color: #fff;
line-height: 4.5;
padding: 25px 0;
}
@media screen and (max-width:767px) {
.gal_filter_text {
display: block;
width: 100%;
}
.ui-group {
width: calc(50% - 10px);
margin: 16px 0;
}
}
@media screen and (max-width:600px) {
.gal_filter_text {
display: block;
width: 100%;
}
.ui-group {
width: calc(100% - 10px);
margin: 16px 0;
}
}