/* Narrow-screen containment for the longer, conversion-focused hero CTAs. */
@media(max-width:720px){
  .nvo-d-work .nvo-actions{
    min-width:0;
    width:100%;
  }

  .nvo-d-work .nvo-actions .btn{
    display:block;
    width:100%;
    max-width:100%;
    box-sizing:border-box;
    padding-left:18px;
    padding-right:18px;
    white-space:normal;
    text-align:center;
    overflow-wrap:anywhere;
  }

  .nvo-d-work .nvo-actions .arr{
    display:inline;
  }
}
