/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
.node--type-gallery.node--view-mode-teaser {
  text-align: center;
  margin: 0;
  padding: 1em;
  border: none;
  position: relative;
}
.node--type-gallery.node--view-mode-teaser header {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 1em;
  width: calc(100% - 2em);
  padding: 10px;
  box-sizing: border-box;
}
.node--type-gallery.node--view-mode-teaser header .node__title {
  padding: 0;
  margin: 0;
  font-size: 1.5em;
}
.node--type-gallery.node--view-mode-teaser header .node__title a {
  color: white;
}
.node--type-gallery.node--view-mode-teaser .node__content {
  margin: 0;
}
.node--type-gallery.node--view-mode-teaser .node__content .field--name-field-cover-image {
  margin: 0;
}
.node--type-gallery.node--view-mode-teaser .node__content .field--name-field-cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/10;
  display: block;
}

@media (min-width: 770px) {
  .content-embed.gallery-teaser,
.wp-block-drupalcontent-gallery {
    position: relative;
  }
  .content-embed.gallery-teaser.width-25,
.wp-block-drupalcontent-gallery.width-25 {
    width: 25%;
  }
  .content-embed.gallery-teaser.width-50,
.wp-block-drupalcontent-gallery.width-50 {
    width: 50%;
  }
  .content-embed.gallery-teaser.width-75,
.wp-block-drupalcontent-gallery.width-75 {
    width: 75%;
  }
  .content-embed.gallery-teaser.width-100,
.wp-block-drupalcontent-gallery.width-100 {
    width: 100%;
  }
}

/*# sourceMappingURL=teaser.css.map */