.view-search-resources.view-albums {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 -1%;
}
@media (min-width: 900px) {
  .view-search-resources.view-albums {
    margin: 0 -2%;
  }
}
@media (min-width: 1200px) {
  .view-search-resources.view-albums {
    padding: 0;
  }
}
.view-search-resources.view-albums .teaser {
  margin: 0 1% 20px;
  flex: 0 0 98%;
  max-width: 98%;
  flex-wrap: nowrap;
  height: auto;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 600px) {
  .view-search-resources.view-albums .teaser {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (min-width: 900px) {
  .view-search-resources.view-albums .teaser {
    margin-left: 2%;
    margin-right: 2%;
    flex: 0 0 29.3333333333%;
    max-width: 29.3333333333%;
  }
}
.view-search-resources.view-albums .teaser .teaser__image {
  background: #f3f3f3;
  border-radius: 0;
  display: block;
  flex-basis: auto;
  height: 200px;
}
.view-search-resources.view-albums .teaser .teaser__image .no-feature-image {
  display: none;
}
.view-search-resources.view-albums .teaser .teaser__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.view-search-resources.view-albums .teaser .teaser__body {
  flex: 1;
  max-width: none;
}
.view-search-resources.view-albums .teaser .teaser__teaser-type {
  border-radius: 0 0 10px 0;
  position: absolute;
  left: 0;
}
.view-search-resources.view-albums .teaser .teaser__content {
  padding-top: 1.25rem;
}
.view-search-resources.view-albums .teaser .teaser__header > * {
  margin-bottom: 0.25rem;
}
.view-search-resources.view-albums .teaser .teaser__title {
  margin-bottom: 0;
  font-size: 1rem;
}
.view-search-resources.view-albums .teaser .text-muted,
.view-search-resources.view-albums .teaser .text-muted .teaser__content-line {
  font-size: 0.75rem;
}
.view-search-resources.view-albums .teaser .card__actionbar {
  padding-bottom: 0;
}
.view-search-resources.view-albums .teaser .card__actionbar .card__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.675rem;
  float: none;
  margin-top: 0.75rem;
  margin-left: 0;
  text-align: center;
}
.view-search-resources.view-albums .teaser .card__actionbar .card__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.25rem;
  right: -1.25rem;
  height: 1px;
  background: #e6e6e6;
}
.view-search-resources.view-albums .teaser .card__actionbar .card__link,
.view-search-resources.view-albums .teaser .card__actionbar .card__link a {
  font-weight: 600;
}
.view-search-resources.view-albums .pager-nav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

.social-post-album--post .teaser-album .teaser__image .view-display-id-embed_album_cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=social-album--teaser.css.map */
