.tell-a-tale {
  position: absolute;
  top: 90.17%;
  left: 28%;
  text-transform: uppercase;
}
.telltale-icon {
  position: absolute;
  height: 85.47%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 14.53%;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.fameframe-icon:hover,
.meta-icon:hover,
.telltale-icon:hover {
  border-radius: var(--br-81xl);
  box-shadow: 10px 4px 4px rgba(0, 0, 0, 0.25);
}
.component-1 {
  position: relative;
  width: 200px;
  height: 234px;
margin:12;
}
.fame-to-frame {
  position: absolute;
  top: 90.17%;
  left: 19%;
  text-transform: uppercase;
}
.fameframe-icon {
  position: absolute;
  height: 85.47%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 14.53%;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.lore-to-lure,
.metamorphosis {
  position: absolute;
  top: 90.17%;
  left: 24%;
  text-transform: uppercase;
}
.metamorphosis {
  left: 15%;
}
.meta-icon {
  position: absolute;
  height: 85.47%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 14.53%;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.meta-icon:hover {
  display: flex;
}
.component-1-parent,
.vignette {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.component-1-parent {
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.vignette {
  text-decoration: none;
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 61px 160px;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-size: var(--font-size-xl);
  color: var(--color-darkslategray);
  font-family: var(--font-roboto);
}
@media screen and (max-width: 1200px) {
  .telltale-icon {
    border-radius: var(--br-81xl);
    box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.5);
  }
}
