.node--template-teaser > .content {
  position: relative;
  display: inline-block;
  width: 100%;
}
.node--template-teaser > .content > .image-container {
  position: relative;
  height: 0;
  padding-bottom: 150%;
}
.node--template-teaser > .content > .image-container .group-image-container {
  position: absolute;
  top: 0;
  left: 0;
}
.node--template-teaser > .content > .image-container img {
  width: 100%;
  height: auto;
}
.node--template-teaser > .content > .content-container {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4 * 8px);
  height: calc(100% - 4 * 8px);
  margin: 16px;
}
.node--template-teaser > .content .texts-container,
.node--template-teaser > .content .links-container {
  position: absolute;
}
.node--template-teaser > .content .texts-container {
  left: 50%;
  bottom: 0;
  width: 100%;
  transform: translateX(-50%);
}