.hero {
  position: relative; }
  .hero-content {
    position: absolute;
    bottom: 20%;
    left: 10%;
    width: 33%;
    z-index: 999; }
  .hero-item-content {
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 33%;
    z-index: 999; }
