.text-block[data-v-41fecd22] {
  padding: 0;
  text-align: left;
}
.text-block .preview[data-v-41fecd22] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(2rem, 1fr));
  grid-column-gap: 1rem;
}
.text-block .filter[data-v-41fecd22] {
  display: none;
}
.text-block .text[data-v-41fecd22] {
  position: relative;
  overflow: hidden;
  max-height: 7rem;
}
.text-block .photo[data-v-41fecd22] {
  position: relative;
  display: block;
}
.text-block .photo .cover[data-v-41fecd22] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.text-block .no-photo[data-v-41fecd22] {
  padding: 1.5em;
}
.text-block .photo-left .text[data-v-41fecd22],
.text-block .photo-right .text[data-v-41fecd22],
.text-block .photo-inline-right .text[data-v-41fecd22],
.text-block .photo-inline-left .text[data-v-41fecd22],
.text-block .photo-bg .text[data-v-41fecd22] {
  padding: 1.5em;
}
.text-block .photo-right .photo[data-v-41fecd22],
.text-block .photo-inline-right .photo[data-v-41fecd22] {
  grid-column: 2;
  grid-row: 1;
}
.text-block .photo-right .text[data-v-41fecd22],
.text-block .photo-inline-right .text[data-v-41fecd22] {
  grid-column: 1;
  grid-row: 1;
}
.text-block .photo-inline-right .photo[data-v-41fecd22],
.text-block .photo-inline-left .photo[data-v-41fecd22] {
  margin: 1.5em;
}
.text-block .photo-inline-right .photo .inline[data-v-41fecd22],
.text-block .photo-inline-left .photo .inline[data-v-41fecd22] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: flex-start;
}
.text-block .photo-inline-right .photo .inline img[data-v-41fecd22],
.text-block .photo-inline-left .photo .inline img[data-v-41fecd22] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.text-block .photo-bg[data-v-41fecd22] {
  position: relative;
  z-index: 0;
}
.text-block .photo-bg .filter[data-v-41fecd22] {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.text-block .photo-bg .photo[data-v-41fecd22],
.text-block .photo-bg .text[data-v-41fecd22] {
  grid-column: 1/span 2;
  grid-row: 1;
}
.text-block .photo-bg .photo[data-v-41fecd22] {
  z-index: 1;
}
.text-block .photo-bg .text[data-v-41fecd22] {
  z-index: 2;
}