.fade:not(.show) {
  opacity:1;
}

#archive-maps img {
  max-width:100%;
}

.maps-wrap .maps-item {
  display:inline-block;
  width: 24.5%;
vertical-align: top;
}

@media (max-width:991px) {
  .maps-wrap .maps-item {
    width:32.5%;
  }
}

@media (max-width:767px) {
  .maps-wrap .maps-item {
    width:49.5%;
  }
}

@media (max-width:533px) {
  .maps-wrap .maps-item {
    width:100%;
  }
}

.archive-maps-filter .map-filter input {
  border-color: #a4a4a4;
}

.map-filter .form-floating {
margin-top: 20px;
  margin-bottom: 0px !important;
}
