.nowrap {
  display: block;
}

/* =================================================
   Landscape phone to portrait tablet 
   ================================================= */
@media (min-width: 480px) and (max-width: 767px) {
  .nowrap {
    display: inline;
  }
}