.wow {
    visibility: hidden;
}

.parent-inner-bottom-right {
    position: absolute;
    bottom: 12px;
    right: 16px;
  }

  .parent-inner-bottom-left {
    position: absolute;
    bottom: 21px;
    left: 45px;
    width:74%;
  }

  .parent-inner-bottom-left-hover {
    position: absolute;
    bottom: 45px;
    left: 45px;
    width:74%;
  }

  .gradient-transparent-to-black
  {
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, black 100%);
  }

  .parent-constraint {
    position: absolute;
  }