//
// Layout Row
//
@include -woozapp-device('tablet') {

  .row {
    align-items: center;
    display:     flex;
  }
}
