// ============================================
// Sizing Utilities (Width/Height)
// ============================================

// Height
.jbs-h-100 { height: 100% !important; }
.jbs-h-25 { height: 25% !important; }
.jbs-h-50 { height: 50% !important; }
.jbs-h-75 { height: 75% !important; }

// Width
.jbs-w-100 { width: 100% !important; }
.jbs-w-25 { width: 25% !important; }
.jbs-w-50 { width: 50% !important; }
.jbs-w-75 { width: 75% !important; }
.jbs-w-160 {
  width: 160px !important;
}
    