.node--type-recipe.node--view-mode-picture-card {
  height: 100%;
  position: relative;
}
.node--type-recipe.node--view-mode-picture-card .field--name-field-picture {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.node--type-recipe.node--view-mode-picture-card .field--name-field-picture article, .node--type-recipe.node--view-mode-picture-card .field--name-field-picture div {
  height: 100%;
}
.node--type-recipe.node--view-mode-picture-card .field--name-field-picture .field--name-field-media-image {
  position: relative;
  z-index: 0;
  border-radius: 10px;
  overflow: hidden;
}
.node--type-recipe.node--view-mode-picture-card .field--name-field-picture .field--name-field-media-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}
.node--type-recipe.node--view-mode-picture-card .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%;
}
.node--type-recipe.node--view-mode-picture-card .text:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.node--type-recipe.node--view-mode-picture-card .text h4 {
  position: relative;
  z-index: 10;
  text-align: center;
}
.node--type-recipe.node--view-mode-picture-card .text a {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
}
/*# sourceMappingURL=recipe--picture-card.css.map */
