#tatooDetailInputs, #piercingDetailInputs {
    transition: all .7s ease-in-out;
    max-height: 0px;
    overflow: hidden;
  }
  
  .contact-bg {
      width: 75%;
      height: auto;
      position: absolute;
      bottom: 0;
      right: 0;
  }
  
  @media(min-width: 992px) {
      .contact-bg {
          height: 100%;
          width: auto;
      }
  }