#ew-gallery-1-rev2 {
  background: #FFF;
  background-image: ;
  padding: 0 0;
}

#ew-gallery-1-rev2 a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#ew-gallery-1-rev2 a:hover {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
  text-decoration: none;
}

#ew-gallery-1-rev2 a p {
  color: #000;
}

#ew-gallery-1-rev2 .filters__group .btn {
  margin-top: 1.1rem;
  border-radius: 0;
  color: #fff;
  background-color: #36a983;
  border-color: #36a983;
}

#ew-gallery-1-rev2 .filters__group .btn--checked {
  color: #fff;
  background-color: #EFEFEF;
}

#ew-gallery-1-rev2 .box__copy {
  font-size: 0.875em;
  flex-grow: 1;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  color: #000;
}
#ew-gallery-1-rev2 .box__copy-inner {
  line-height: 1.5;
  max-height: calc(10em * 1.5);
  -webkit-line-clamp: 10;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#ew-gallery-1-rev2 .box__copy-show {
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  margin-top: 2px;
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: none;
}
#ew-gallery-1-rev2 .box__copy-show:hover {
  text-decoration: underline;
  color: currentColor;
  outline: none;
}
#ew-gallery-1-rev2 .box__copy-show:focus {
  outline: none;
}