.nvo-d-work-v6 .sticky-cta.nvo-v6-sticky.is-form-visible{
  transform:translate(-50%,calc(100% + 34px));
  pointer-events:none;
}

@media(max-width:720px){
  .nvo-d-work-v6 .sticky-cta.nvo-v6-sticky.is-form-visible{
    transform:translateY(120%);
  }
}
