
.stories_banner,
.project_banner {
  width: 100%;
  height: auto;
}
.banner_layer {
  position: relative;
}
.banner_link {
  /* position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%); */
}
.link_box {
  width: 208px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "EquitanSansBold";
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
}
.picture_layer {
  margin: 0 auto;
}
.picture {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}